Html Css Color HEX #C0D9FF Hawkes Blue

📋 copy color: '#C0D9FF'

red 192 ◦ green 217 ◦ blue 255

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

Shades of Hawkes Blue #C0D9FF

Tints of Hawkes Blue #C0D9FF

RGB

 RED value IS 192 (75.39% from 255) = 28.92%

 GREEN value IS 217 (85.16% from 255) = 32.68%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 28.92%
G = 32.68%
B = 38.4%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0D9FF (or 0xC0D9FF) is known color: Hawkes Blue. HEX triplet: C0, D9 and FF. RGB value is (192,217,255). Sum of RGB (Red+Green+Blue) = 192+217+255=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D9FF is #3F2600. Grayscale: #D5D5D5. Windows color (decimal): -4138497 or 16767424. OLE color: 16767424.

HSL color Cylindrical-coordinate representation of color #C0D9FF: hue angle of 216.19º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D9FF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 217 255 -
CMYK 0.25 0.15 0 0
HSL 216.19º 1% 0.88% -
HSV(B) 216.19º 0.25% 1% -
XYZ 64.6 68.05 104.34 -
YUV 213.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 192 217 255 0.25 0.15 0 0 216.19 1 0.88
Hex C0 D9 FF 19 F 0 0 D8 64 58
Octal 300 331 377 31 17 0 0 330 144 130
Binary 11000000 11011001 11111111 11001 1111 0 0 11011000 1100100 1011000

Color Harmonies of #C0D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D9FF

Black with #C0D9FF

Text Example


Text Example

White with #C0D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D9FF; }

 p { color: rgb(192,217,255); }

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

background-color css

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

 a { background-color: rgb(192,217,255); }

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

border-color css

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

 span { border-color: rgb(192,217,255); }

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