#CBDEFA

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

Shades of Hawkes Blue #CBDEFA

Tints of Hawkes Blue #CBDEFA

Color information

#CBDEFA (or 0xCBDEFA) is unknown color: approx Hawkes Blue. HEX triplet: CB, DE and FA. RGB value is (203,222,250). Sum of RGB (Red+Green+Blue) = 203+222+250=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEFA is #342105. Grayscale: #DBDBDB. Windows color (decimal): -3416326 or 16441035. OLE color: 16441035.

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

Color convert

RGB203222250-
CMYK0.190.1100.02
HSL215.74º82.46%88.82%-
HSV(B)215.74º18.8%98.04%-
XYZ68.0171.84100.72-
YUV219.51145.21116.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=30.07%
G=32.89%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032222500.190.1100.02215.7482.4688.82
HexCBDEFA13B02d85259
Octal313336372231302330122131
Binary1100101111011110111110101001110110101101100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEFA; }

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

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

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

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

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

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

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

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