Html Css Color HEX #C0DCFA Hawkes Blue

📋 copy color: '#C0DCFA'

red 192 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #C0DCFA

Tints of Hawkes Blue #C0DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.23%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 29%
G = 33.23%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0DCFA (or 0xC0DCFA) is known color: Hawkes Blue. HEX triplet: C0, DC and FA. RGB value is (192,220,250). Sum of RGB (Red+Green+Blue) = 192+220+250=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DCFA is #3F2305. Grayscale: #D6D6D6. Windows color (decimal): -4137734 or 16440512. OLE color: 16440512.

HSL color Cylindrical-coordinate representation of color #C0DCFA: hue angle of 211.03º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0DCFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 220 250 -
CMYK 0.23 0.12 0 0.02
HSL 211.03º 0.85% 0.87% -
HSV(B) 211.03º 0.23% 0.98% -
XYZ 64.59 69.3 100.41 -
YUV 215.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 192 220 250 0.23 0.12 0 0.02 211.03 0.85 0.87
Hex C0 DC FA 17 C 0 2 D3 55 57
Octal 300 334 372 27 14 0 2 323 125 127
Binary 11000000 11011100 11111010 10111 1100 0 10 11010011 1010101 1010111

Color Harmonies of #C0DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCFA

Black with #C0DCFA

Text Example


Text Example

White with #C0DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCFA; }

 p { color: rgb(192,220,250); }

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

background-color css

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

 a { background-color: rgb(192,220,250); }

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

border-color css

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

 span { border-color: rgb(192,220,250); }

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