#CBDAFE

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

Shades of Hawkes Blue #CBDAFE

Tints of Hawkes Blue #CBDAFE

Color information

#CBDAFE (or 0xCBDAFE) is unknown color: approx Hawkes Blue. HEX triplet: CB, DA and FE. RGB value is (203,218,254). Sum of RGB (Red+Green+Blue) = 203+218+254=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAFE is #342501. Grayscale: #D9D9D9. Windows color (decimal): -3417346 or 16702155. OLE color: 16702155.

HSL color Cylindrical-coordinate representation of color #CBDAFE: hue angle of 222.35º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDAFE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203218254-
CMYK0.200.1400.00
HSL222.35º96.23%89.61%-
HSV(B)222.35º20.08%99.61%-
XYZ67.5970103.71-
YUV217.62148.53117.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=30.07%
G=32.30%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032182540.200.1400.00222.3596.2389.61
HexCBDAFE14E00de605a
Octal313332376241600336140132
Binary110010111101101011111110101001110001101111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAFE; }

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

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

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

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

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

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

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

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