#CBDCFC

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

Shades of Hawkes Blue #CBDCFC

Tints of Hawkes Blue #CBDCFC

Color information

#CBDCFC (or 0xCBDCFC) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and FC. RGB value is (203,220,252). Sum of RGB (Red+Green+Blue) = 203+220+252=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCFC is #342303. Grayscale: #DADADA. Windows color (decimal): -3416836 or 16571595. OLE color: 16571595.

HSL color Cylindrical-coordinate representation of color #CBDCFC: hue angle of 219.18º 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 #CBDCFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203220252-
CMYK0.190.1300.01
HSL219.18º89.09%89.22%-
HSV(B)219.18º19.44%98.82%-
XYZ67.7970.91102.21-
YUV218.56146.87116.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=30.07%
G=32.59%
B=37.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032202520.190.1300.01219.1889.0989.22
HexCBDCFC13D01db5959
Octal313334374231501333131131
Binary110010111101110011111100100111101011101101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCFC; }

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

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

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

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

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

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

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

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