Html Css Color HEX #4ABAFA Summer Sky

📋 copy color: '#4ABAFA'

red 74 ◦ green 186 ◦ blue 250

#4ABAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #4ABAFA

Tints of Summer Sky #4ABAFA

RGB

 RED value IS 74 (29.3% from 255) = 14.51%

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 14.51%
G = 36.47%
B = 49.02%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4ABAFA (or 0x4ABAFA) is known color: Summer Sky. HEX triplet: 4A, BA and FA. RGB value is (74,186,250). Sum of RGB (Red+Green+Blue) = 74+186+250=510 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.51% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #4ABAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAFA is #B54505. Grayscale: #9F9F9F. Windows color (decimal): -11879686 or 16431690. OLE color: 16431690.

HSL color Cylindrical-coordinate representation of color #4ABAFA: hue angle of 201.82º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABAFA is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 186 250 -
CMYK 0.70 0.26 0 0.02
HSL 201.82º 0.95% 0.64% -
HSV(B) 201.82º 0.7% 0.98% -
XYZ 37.64 43.48 96.85 -
YUV 159.81 178.89 66.8 -
System Red Green Blue C M Y K H S L
Decimal 74 186 250 0.70 0.26 0 0.02 201.82 0.95 0.64
Hex 4A BA FA 46 1A 0 2 CA 5F 40
Octal 112 272 372 106 32 0 2 312 137 100
Binary 1001010 10111010 11111010 1000110 11010 0 10 11001010 1011111 1000000

Color Harmonies of #4ABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAFA

Black with #4ABAFA

Text Example


Text Example

White with #4ABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABAFA; }

 p { color: rgb(74,186,250); }

 H1.HeaderClassName
 {
   color: #4ABAFA;
 }
 .AnyTagClassName
 {
   color: #4ABAFA;
 }
</style>

background-color css

<style>
 a { background-color: #4ABAFA; }

 a { background-color: rgb(74,186,250); }

 div.DivClassName
 {
   background-color: #4ABAFA;
 }
 .BgClassName
 {
   background-color: #4ABAFA;
 }
</style>

border-color css

<style>
 span { border-color: #4ABAFA; }

 span { border-color: rgb(74,186,250); }

 td.TdClassName
 {
   border-color: #4ABAFA;
 }
 .TagClassName
 {
   border-color: #4ABAFA;
 }
</style>