Html Css Color HEX #4CB5DC Summer Sky

📋 copy color: '#4CB5DC'

red 76 ◦ green 181 ◦ blue 220

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

Shades of Summer Sky #4CB5DC

Tints of Summer Sky #4CB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 15.93%
G = 37.95%
B = 46.12%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CB5DC (or 0x4CB5DC) is known color: Summer Sky. HEX triplet: 4C, B5 and DC. RGB value is (76,181,220). Sum of RGB (Red+Green+Blue) = 76+181+220=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB5DC is #B34A23. Grayscale: #999999. Windows color (decimal): -11749924 or 14464332. OLE color: 14464332.

HSL color Cylindrical-coordinate representation of color #4CB5DC: hue angle of 196.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB5DC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 181 220 -
CMYK 0.65 0.18 0 0.14
HSL 196.25º 0.67% 0.58% -
HSV(B) 196.25º 0.65% 0.86% -
XYZ 32.42 39.75 73.67 -
YUV 154.05 165.21 72.33 -
System Red Green Blue C M Y K H S L
Decimal 76 181 220 0.65 0.18 0 0.14 196.25 0.67 0.58
Hex 4C B5 DC 41 12 0 E C4 43 3A
Octal 114 265 334 101 22 0 16 304 103 72
Binary 1001100 10110101 11011100 1000001 10010 0 1110 11000100 1000011 111010

Color Harmonies of #4CB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB5DC

Black with #4CB5DC

Text Example


Text Example

White with #4CB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,181,220); }

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

background-color css

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

 a { background-color: rgb(76,181,220); }

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

border-color css

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

 span { border-color: rgb(76,181,220); }

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