#CBDBFC

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

Shades of Hawkes Blue #CBDBFC

Tints of Hawkes Blue #CBDBFC

Color information

#CBDBFC (or 0xCBDBFC) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and FC. RGB value is (203,219,252). Sum of RGB (Red+Green+Blue) = 203+219+252=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFC is #342403. Grayscale: #D9D9D9. Windows color (decimal): -3417092 or 16571339. OLE color: 16571339.

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

Color convert

RGB203219252-
CMYK0.190.1300.01
HSL220.41º89.09%89.22%-
HSV(B)220.41º19.44%98.82%-
XYZ67.5370.39102.12-
YUV217.98147.2117.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=30.12%
G=32.49%
B=37.39%

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
Decimal2032192520.190.1300.01220.4189.0989.22
HexCBDBFC13D01dc5959
Octal313333374231501334131131
Binary110010111101101111111100100111101011101110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBFC; }

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

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

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

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

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

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

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

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