#CBD9FA

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

Shades of Hawkes Blue #CBD9FA

Tints of Hawkes Blue #CBD9FA

Color information

#CBD9FA (or 0xCBD9FA) is unknown color: approx Hawkes Blue. HEX triplet: CB, D9 and FA. RGB value is (203,217,250). Sum of RGB (Red+Green+Blue) = 203+217+250=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9FA is #342605. Grayscale: #D8D8D8. Windows color (decimal): -3417606 or 16439755. OLE color: 16439755.

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

Color convert

RGB203217250-
CMYK0.190.1300.02
HSL222.13º82.46%88.82%-
HSV(B)222.13º18.8%98.04%-
XYZ66.769.22100.29-
YUV216.58146.86118.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=30.30%
G=32.39%
B=37.31%

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
Decimal2032172500.190.1300.02222.1382.4688.82
HexCBD9FA13D02de5259
Octal313331372231502336122131
Binary1100101111011001111110101001111010101101111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9FA; }

 p { color: rgb(203,217,250); }

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

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

 a { background-color: rgb(203,217,250); }

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

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

 span { border-color: rgb(203,217,250); }

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