Html Css Color HEX #4CAFDB Summer Sky

📋 copy color: '#4CAFDB'

red 76 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #4CAFDB

Tints of Summer Sky #4CAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.23%

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 16.17%
G = 37.23%
B = 46.6%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CAFDB (or 0x4CAFDB) is known color: Summer Sky. HEX triplet: 4C, AF and DB. RGB value is (76,175,219). Sum of RGB (Red+Green+Blue) = 76+175+219=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CAFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFDB is #B35024. Grayscale: #969696. Windows color (decimal): -11751461 or 14397260. OLE color: 14397260.

HSL color Cylindrical-coordinate representation of color #4CAFDB: hue angle of 198.46º 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 #4CAFDB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 175 219 -
CMYK 0.65 0.20 0 0.14
HSL 198.46º 0.67% 0.58% -
HSV(B) 198.46º 0.65% 0.86% -
XYZ 31.1 37.31 72.58 -
YUV 150.42 166.7 74.92 -
System Red Green Blue C M Y K H S L
Decimal 76 175 219 0.65 0.20 0 0.14 198.46 0.67 0.58
Hex 4C AF DB 41 14 0 E C6 43 3A
Octal 114 257 333 101 24 0 16 306 103 72
Binary 1001100 10101111 11011011 1000001 10100 0 1110 11000110 1000011 111010

Color Harmonies of #4CAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAFDB

Black with #4CAFDB

Text Example


Text Example

White with #4CAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,175,219); }

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

background-color css

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

 a { background-color: rgb(76,175,219); }

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

border-color css

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

 span { border-color: rgb(76,175,219); }

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