Html Css Color HEX #4CB8DD Summer Sky

📋 copy color: '#4CB8DD'

red 76 ◦ green 184 ◦ blue 221

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

Shades of Summer Sky #4CB8DD

Tints of Summer Sky #4CB8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.25%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 15.8%
G = 38.25%
B = 45.95%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CB8DD (or 0x4CB8DD) is known color: Summer Sky. HEX triplet: 4C, B8 and DD. RGB value is (76,184,221). Sum of RGB (Red+Green+Blue) = 76+184+221=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB8DD is #B34722. Grayscale: #9B9B9B. Windows color (decimal): -11749155 or 14530636. OLE color: 14530636.

HSL color Cylindrical-coordinate representation of color #4CB8DD: hue angle of 195.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CB8DD is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 184 221 -
CMYK 0.66 0.17 0 0.13
HSL 195.31º 0.68% 0.58% -
HSV(B) 195.31º 0.66% 0.87% -
XYZ 33.17 41.04 74.58 -
YUV 155.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 76 184 221 0.66 0.17 0 0.13 195.31 0.68 0.58
Hex 4C B8 DD 42 11 0 D C3 44 3A
Octal 114 270 335 102 21 0 15 303 104 72
Binary 1001100 10111000 11011101 1000010 10001 0 1101 11000011 1000100 111010

Color Harmonies of #4CB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB8DD

Black with #4CB8DD

Text Example


Text Example

White with #4CB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,184,221); }

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

background-color css

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

 a { background-color: rgb(76,184,221); }

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

border-color css

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

 span { border-color: rgb(76,184,221); }

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