Html Css Color HEX #C0DBFA Hawkes Blue

📋 copy color: '#C0DBFA'

red 192 ◦ green 219 ◦ blue 250

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

Shades of Hawkes Blue #C0DBFA

Tints of Hawkes Blue #C0DBFA

RGB

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

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

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

R = 29.05%
G = 33.13%
B = 37.82%

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

#C0DBFA (or 0xC0DBFA) is known color: Hawkes Blue. HEX triplet: C0, DB and FA. RGB value is (192,219,250). Sum of RGB (Red+Green+Blue) = 192+219+250=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBFA is #3F2405. Grayscale: #D6D6D6. Windows color (decimal): -4137990 or 16440256. OLE color: 16440256.

HSL color Cylindrical-coordinate representation of color #C0DBFA: hue angle of 212.07º 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 #C0DBFA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 219 250 -
CMYK 0.23 0.12 0 0.02
HSL 212.07º 0.85% 0.87% -
HSV(B) 212.07º 0.23% 0.98% -
XYZ 64.33 68.77 100.33 -
YUV 214.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 192 219 250 0.23 0.12 0 0.02 212.07 0.85 0.87
Hex C0 DB FA 17 C 0 2 D4 55 57
Octal 300 333 372 27 14 0 2 324 125 127
Binary 11000000 11011011 11111010 10111 1100 0 10 11010100 1010101 1010111

Color Harmonies of #C0DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DBFA

Black with #C0DBFA

Text Example


Text Example

White with #C0DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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