Html Css Color HEX #C0DDFF Hawkes Blue

📋 copy color: '#C0DDFF'

red 192 ◦ green 221 ◦ blue 255

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

Shades of Hawkes Blue #C0DDFF

Tints of Hawkes Blue #C0DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.08%

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

R = 28.74%
G = 33.08%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0DDFF (or 0xC0DDFF) is known color: Hawkes Blue. HEX triplet: C0, DD and FF. RGB value is (192,221,255). Sum of RGB (Red+Green+Blue) = 192+221+255=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DDFF is #3F2200. Grayscale: #D8D8D8. Windows color (decimal): -4137473 or 16768448. OLE color: 16768448.

HSL color Cylindrical-coordinate representation of color #C0DDFF: hue angle of 212.38º 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 #C0DDFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 221 255 -
CMYK 0.25 0.13 0 0
HSL 212.38º 1% 0.88% -
HSV(B) 212.38º 0.25% 1% -
XYZ 65.64 70.14 104.69 -
YUV 216.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 192 221 255 0.25 0.13 0 0 212.38 1 0.88
Hex C0 DD FF 19 D 0 0 D4 64 58
Octal 300 335 377 31 15 0 0 324 144 130
Binary 11000000 11011101 11111111 11001 1101 0 0 11010100 1100100 1011000

Color Harmonies of #C0DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDFF

Black with #C0DDFF

Text Example


Text Example

White with #C0DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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