Html Css Color HEX #4CACE0 Summer Sky

📋 copy color: '#4CACE0'

red 76 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #4CACE0

Tints of Summer Sky #4CACE0

RGB

 RED value IS 76 (30.08% from 255) = 16.1%

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 16.1%
G = 36.44%
B = 47.46%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4CACE0 (or 0x4CACE0) is known color: Summer Sky. HEX triplet: 4C, AC and E0. RGB value is (76,172,224). Sum of RGB (Red+Green+Blue) = 76+172+224=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #4CACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACE0 is #B3531F. Grayscale: #949494. Windows color (decimal): -11752224 or 14724172. OLE color: 14724172.

HSL color Cylindrical-coordinate representation of color #4CACE0: hue angle of 201.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CACE0 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 76 172 224 -
CMYK 0.66 0.23 0 0.12
HSL 201.08º 0.7% 0.59% -
HSV(B) 201.08º 0.66% 0.88% -
XYZ 31.19 36.42 75.91 -
YUV 149.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 76 172 224 0.66 0.23 0 0.12 201.08 0.7 0.59
Hex 4C AC E0 42 17 0 C C9 46 3B
Octal 114 254 340 102 27 0 14 311 106 73
Binary 1001100 10101100 11100000 1000010 10111 0 1100 11001001 1000110 111011

Color Harmonies of #4CACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACE0

Black with #4CACE0

Text Example


Text Example

White with #4CACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,224); }

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

background-color css

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

 a { background-color: rgb(76,172,224); }

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

border-color css

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

 span { border-color: rgb(76,172,224); }

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