#CBDBFB

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

Shades of Hawkes Blue #CBDBFB

Tints of Hawkes Blue #CBDBFB

Color information

#CBDBFB (or 0xCBDBFB) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and FB. RGB value is (203,219,251). Sum of RGB (Red+Green+Blue) = 203+219+251=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFB is #342404. Grayscale: #D9D9D9. Windows color (decimal): -3417093 or 16505803. OLE color: 16505803.

HSL color Cylindrical-coordinate representation of color #CBDBFB: hue angle of 220º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBDBFB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203219251-
CMYK0.190.1300.02
HSL220º85.71%89.02%-
HSV(B)220º19.12%98.43%-
XYZ67.3770.32101.29-
YUV217.86146.7117.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.16%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=30.16%
G=32.54%
B=37.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032192510.190.1300.0222085.7189.02
HexCBDBFB13D02dc5659
Octal313333373231502334126131
Binary1100101111011011111110111001111010101101110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBFB; }

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

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

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

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

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

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

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

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