Html Css Color HEX #C0DBFF Hawkes Blue

📋 copy color: '#C0DBFF'

red 192 ◦ green 219 ◦ blue 255

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

Shades of Hawkes Blue #C0DBFF

Tints of Hawkes Blue #C0DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.88%

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

R = 28.83%
G = 32.88%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0DBFF (or 0xC0DBFF) is known color: Hawkes Blue. HEX triplet: C0, DB and FF. RGB value is (192,219,255). Sum of RGB (Red+Green+Blue) = 192+219+255=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBFF is #3F2400. Grayscale: #D6D6D6. Windows color (decimal): -4137985 or 16767936. OLE color: 16767936.

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

Color convert

RGB 192 219 255 -
CMYK 0.25 0.14 0 0
HSL 214.29º 1% 0.88% -
HSV(B) 214.29º 0.25% 1% -
XYZ 65.12 69.09 104.51 -
YUV 215.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 192 219 255 0.25 0.14 0 0 214.29 1 0.88
Hex C0 DB FF 19 E 0 0 D6 64 58
Octal 300 333 377 31 16 0 0 326 144 130
Binary 11000000 11011011 11111111 11001 1110 0 0 11010110 1100100 1011000

Color Harmonies of #C0DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DBFF

Black with #C0DBFF

Text Example


Text Example

White with #C0DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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