#CBDAF9

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

Shades of Hawkes Blue #CBDAF9

Tints of Hawkes Blue #CBDAF9

Color information

#CBDAF9 (or 0xCBDAF9) is unknown color: approx Hawkes Blue. HEX triplet: CB, DA and F9. RGB value is (203,218,249). Sum of RGB (Red+Green+Blue) = 203+218+249=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAF9 is #342506. Grayscale: #D8D8D8. Windows color (decimal): -3417351 or 16374475. OLE color: 16374475.

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

Color convert

RGB203218249-
CMYK0.180.1200.02
HSL220.43º79.31%88.63%-
HSV(B)220.43º18.47%97.65%-
XYZ66.869.6899.55-
YUV217.05146.03117.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=30.30%
G=32.54%
B=37.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032182490.180.1200.02220.4379.3188.63
HexCBDAF912C02dc4f59
Octal313332371221402334117131
Binary1100101111011010111110011001011000101101110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAF9; }

 p { color: rgb(203,218,249); }

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

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

 a { background-color: rgb(203,218,249); }

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

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

 span { border-color: rgb(203,218,249); }

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