Html Css Color HEX #4ABEE0 Summer Sky

📋 copy color: '#4ABEE0'

red 74 ◦ green 190 ◦ blue 224

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

Shades of Summer Sky #4ABEE0

Tints of Summer Sky #4ABEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 15.16%
G = 38.93%
B = 45.9%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4ABEE0 (or 0x4ABEE0) is known color: Summer Sky. HEX triplet: 4A, BE and E0. RGB value is (74,190,224). Sum of RGB (Red+Green+Blue) = 74+190+224=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ABEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEE0 is #B5411F. Grayscale: #9E9E9E. Windows color (decimal): -11878688 or 14728778. OLE color: 14728778.

HSL color Cylindrical-coordinate representation of color #4ABEE0: hue angle of 193.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ABEE0 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 190 224 -
CMYK 0.67 0.15 0 0.12
HSL 193.6º 0.71% 0.58% -
HSV(B) 193.6º 0.67% 0.88% -
XYZ 34.69 43.66 77.12 -
YUV 159.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 74 190 224 0.67 0.15 0 0.12 193.6 0.71 0.58
Hex 4A BE E0 43 F 0 C C2 47 3A
Octal 112 276 340 103 17 0 14 302 107 72
Binary 1001010 10111110 11100000 1000011 1111 0 1100 11000010 1000111 111010

Color Harmonies of #4ABEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEE0

Black with #4ABEE0

Text Example


Text Example

White with #4ABEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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