#C2DBFD

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

Shades of Hawkes Blue #C2DBFD

Tints of Hawkes Blue #C2DBFD

Color information

#C2DBFD (or 0xC2DBFD) is unknown color: approx Hawkes Blue. HEX triplet: C2, DB and FD. RGB value is (194,219,253). Sum of RGB (Red+Green+Blue) = 194+219+253=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBFD is #3D2402. Grayscale: #D7D7D7. Windows color (decimal): -4006915 or 16636866. OLE color: 16636866.

HSL color Cylindrical-coordinate representation of color #C2DBFD: hue angle of 214.58º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DBFD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194219253-
CMYK0.230.1300.01
HSL214.58º93.65%87.65%-
HSV(B)214.58º23.32%99.22%-
XYZ65.3169.22102.85-
YUV215.4149.22112.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.13%
GREEN value IS 219 (85.94% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=29.13%
G=32.88%
B=37.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942192530.230.1300.01214.5893.6587.65
HexC2DBFD17D01d75e58
Octal302333375271501327136130
Binary110000101101101111111101101111101011101011110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBFD; }

 p { color: rgb(194,219,253); }

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

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

 a { background-color: rgb(194,219,253); }

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

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

 span { border-color: rgb(194,219,253); }

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