#C8DCFA

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

Shades of Hawkes Blue #C8DCFA

Tints of Hawkes Blue #C8DCFA

Color information

#C8DCFA (or 0xC8DCFA) is unknown color: approx Hawkes Blue. HEX triplet: C8, DC and FA. RGB value is (200,220,250). Sum of RGB (Red+Green+Blue) = 200+220+250=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DCFA is #372305. Grayscale: #D9D9D9. Windows color (decimal): -3613446 or 16440520. OLE color: 16440520.

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

Color convert

RGB200220250-
CMYK0.20.1200.02
HSL216º83.33%88.24%-
HSV(B)216º20%98.04%-
XYZ66.6770.37100.51-
YUV217.44146.37115.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.85%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=29.85%
G=32.84%
B=37.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002202500.20.1200.0221683.3388.24
HexC8DCFA14C02d85358
Octal310334372241402330123130
Binary1100100011011100111110101010011000101101100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCFA; }

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

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

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

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

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

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

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

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