#CBDDFC

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

Shades of Hawkes Blue #CBDDFC

Tints of Hawkes Blue #CBDDFC

Color information

#CBDDFC (or 0xCBDDFC) is unknown color: approx Hawkes Blue. HEX triplet: CB, DD and FC. RGB value is (203,221,252). Sum of RGB (Red+Green+Blue) = 203+221+252=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDFC is #342203. Grayscale: #DBDBDB. Windows color (decimal): -3416580 or 16571851. OLE color: 16571851.

HSL color Cylindrical-coordinate representation of color #CBDDFC: hue angle of 217.96º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDDFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203221252-
CMYK0.190.1200.01
HSL217.96º89.09%89.22%-
HSV(B)217.96º19.44%98.82%-
XYZ68.0671.44102.3-
YUV219.15146.54116.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=30.03%
G=32.69%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032212520.190.1200.01217.9689.0989.22
HexCBDDFC13C01da5959
Octal313335374231401332131131
Binary110010111101110111111100100111100011101101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDFC; }

 p { color: rgb(203,221,252); }

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

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

 a { background-color: rgb(203,221,252); }

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

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

 span { border-color: rgb(203,221,252); }

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