Html Css Color HEX #C0D6FF Hawkes Blue

📋 copy color: '#C0D6FF'

red 192 ◦ green 214 ◦ blue 255

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

Shades of Hawkes Blue #C0D6FF

Tints of Hawkes Blue #C0D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

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

R = 29.05%
G = 32.38%
B = 38.58%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0D6FF (or 0xC0D6FF) is known color: Hawkes Blue. HEX triplet: C0, D6 and FF. RGB value is (192,214,255). Sum of RGB (Red+Green+Blue) = 192+214+255=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D6FF is #3F2900. Grayscale: #D3D3D3. Windows color (decimal): -4139265 or 16766656. OLE color: 16766656.

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

Color convert

RGB 192 214 255 -
CMYK 0.25 0.16 0 0
HSL 219.05º 1% 0.88% -
HSV(B) 219.05º 0.25% 1% -
XYZ 63.83 66.52 104.08 -
YUV 212.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 192 214 255 0.25 0.16 0 0 219.05 1 0.88
Hex C0 D6 FF 19 10 0 0 DB 64 58
Octal 300 326 377 31 20 0 0 333 144 130
Binary 11000000 11010110 11111111 11001 10000 0 0 11011011 1100100 1011000

Color Harmonies of #C0D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6FF

Black with #C0D6FF

Text Example


Text Example

White with #C0D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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