Html Css Color HEX #4ABEEA Summer Sky

📋 copy color: '#4ABEEA'

red 74 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #4ABEEA

Tints of Summer Sky #4ABEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.15%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 14.86%
G = 38.15%
B = 46.99%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4ABEEA (or 0x4ABEEA) is known color: Summer Sky. HEX triplet: 4A, BE and EA. RGB value is (74,190,234). Sum of RGB (Red+Green+Blue) = 74+190+234=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ABEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABEEA is #B54115. Grayscale: #A0A0A0. Windows color (decimal): -11878678 or 15384138. OLE color: 15384138.

HSL color Cylindrical-coordinate representation of color #4ABEEA: hue angle of 196.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABEEA is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 190 234 -
CMYK 0.68 0.19 0 0.08
HSL 196.5º 0.79% 0.6% -
HSV(B) 196.5º 0.68% 0.92% -
XYZ 36.09 44.22 84.48 -
YUV 160.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 74 190 234 0.68 0.19 0 0.08 196.5 0.79 0.6
Hex 4A BE EA 44 13 0 8 C4 4F 3C
Octal 112 276 352 104 23 0 10 304 117 74
Binary 1001010 10111110 11101010 1000100 10011 0 1000 11000100 1001111 111100

Color Harmonies of #4ABEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEEA

Black with #4ABEEA

Text Example


Text Example

White with #4ABEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,234); }

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

background-color css

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

 a { background-color: rgb(74,190,234); }

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

border-color css

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

 span { border-color: rgb(74,190,234); }

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