Html Css Color HEX #C0D8FF Hawkes Blue

📋 copy color: '#C0D8FF'

red 192 ◦ green 216 ◦ blue 255

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

Shades of Hawkes Blue #C0D8FF

Tints of Hawkes Blue #C0D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.58%

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

R = 28.96%
G = 32.58%
B = 38.46%

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

#C0D8FF (or 0xC0D8FF) is known color: Hawkes Blue. HEX triplet: C0, D8 and FF. RGB value is (192,216,255). Sum of RGB (Red+Green+Blue) = 192+216+255=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D8FF is #3F2700. Grayscale: #D5D5D5. Windows color (decimal): -4138753 or 16767168. OLE color: 16767168.

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

Color convert

RGB 192 216 255 -
CMYK 0.25 0.15 0 0
HSL 217.14º 1% 0.88% -
HSV(B) 217.14º 0.25% 1% -
XYZ 64.34 67.54 104.25 -
YUV 213.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 192 216 255 0.25 0.15 0 0 217.14 1 0.88
Hex C0 D8 FF 19 F 0 0 D9 64 58
Octal 300 330 377 31 17 0 0 331 144 130
Binary 11000000 11011000 11111111 11001 1111 0 0 11011001 1100100 1011000

Color Harmonies of #C0D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8FF

Black with #C0D8FF

Text Example


Text Example

White with #C0D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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