#C8DEFA

Color #C8DEFA Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #C8DEFA

Tints of Hawkes Blue #C8DEFA

Color information

#C8DEFA (or 0xC8DEFA) is unknown color: approx Hawkes Blue. HEX triplet: C8, DE and FA. RGB value is (200,222,250). Sum of RGB (Red+Green+Blue) = 200+222+250=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEFA is #372105. Grayscale: #DADADA. Windows color (decimal): -3612934 or 16441032. OLE color: 16441032.

HSL color Cylindrical-coordinate representation of color #C8DEFA: hue angle of 213.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8DEFA is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200222250-
CMYK0.20.1100.02
HSL213.6º83.33%88.24%-
HSV(B)213.6º20%98.04%-
XYZ67.271.42100.69-
YUV218.61145.71114.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=29.76%
G=33.04%
B=37.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002222500.20.1100.02213.683.3388.24
HexC8DEFA14B02d65358
Octal310336372241302326123130
Binary1100100011011110111110101010010110101101011010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEFA; }

 p { color: rgb(200,222,250); }

 H1.HeaderClassName
 {
   color: #C8DEFA;
 }
 .AnyTagClassName
 {
   color: #C8DEFA;
 }
</style>
background-color css

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

 a { background-color: rgb(200,222,250); }

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

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

 span { border-color: rgb(200,222,250); }

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