Html Css Color HEX #4ABAE0 Summer Sky

📋 copy color: '#4ABAE0'

red 74 ◦ green 186 ◦ blue 224

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

Shades of Summer Sky #4ABAE0

Tints of Summer Sky #4ABAE0

RGB

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

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

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

R = 15.29%
G = 38.43%
B = 46.28%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4ABAE0 (or 0x4ABAE0) is known color: Summer Sky. HEX triplet: 4A, BA and E0. RGB value is (74,186,224). Sum of RGB (Red+Green+Blue) = 74+186+224=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ABAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAE0 is #B5451F. Grayscale: #9C9C9C. Windows color (decimal): -11879712 or 14727754. OLE color: 14727754.

HSL color Cylindrical-coordinate representation of color #4ABAE0: hue angle of 195.2º 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 #4ABAE0 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 186 224 -
CMYK 0.67 0.17 0 0.12
HSL 195.2º 0.71% 0.58% -
HSV(B) 195.2º 0.67% 0.88% -
XYZ 33.84 41.96 76.84 -
YUV 156.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 74 186 224 0.67 0.17 0 0.12 195.2 0.71 0.58
Hex 4A BA E0 43 11 0 C C3 47 3A
Octal 112 272 340 103 21 0 14 303 107 72
Binary 1001010 10111010 11100000 1000011 10001 0 1100 11000011 1000111 111010

Color Harmonies of #4ABAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABAE0

Black with #4ABAE0

Text Example


Text Example

White with #4ABAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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