#CBD5FB

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

Shades of Hawkes Blue #CBD5FB

Tints of Hawkes Blue #CBD5FB

Color information

#CBD5FB (or 0xCBD5FB) is unknown color: approx Hawkes Blue. HEX triplet: CB, D5 and FB. RGB value is (203,213,251). Sum of RGB (Red+Green+Blue) = 203+213+251=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FB is #342A04. Grayscale: #D6D6D6. Windows color (decimal): -3418629 or 16504267. OLE color: 16504267.

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

Color convert

RGB203213251-
CMYK0.190.1500.02
HSL227.5º85.71%89.02%-
HSV(B)227.5º19.12%98.43%-
XYZ65.8467.25100.78-
YUV214.34148.69119.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=30.43%
G=31.93%
B=37.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032132510.190.1500.02227.585.7189.02
HexCBD5FB13F02e45659
Octal313325373231702344126131
Binary1100101111010101111110111001111110101110010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5FB; }

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

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

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

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

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

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

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

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