#CBDCF3

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

Shades of Hawkes Blue #CBDCF3

Tints of Hawkes Blue #CBDCF3

Color information

#CBDCF3 (or 0xCBDCF3) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and F3. RGB value is (203,220,243). Sum of RGB (Red+Green+Blue) = 203+220+243=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCF3 is #34230C. Grayscale: #D9D9D9. Windows color (decimal): -3416845 or 15981771. OLE color: 15981771.

HSL color Cylindrical-coordinate representation of color #CBDCF3: hue angle of 214.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDCF3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203220243-
CMYK0.160.0900.05
HSL214.5º62.5%87.45%-
HSV(B)214.5º16.46%95.29%-
XYZ66.470.3594.87-
YUV217.54142.37117.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=30.48%
G=33.03%
B=36.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032202430.160.0900.05214.562.587.45
HexCBDCF310905d63e57
Octal31333436320110532676127
Binary1100101111011100111100111000010010101110101101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCF3; }

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

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

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

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

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

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

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

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