#CBDDFF

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

Shades of Hawkes Blue #CBDDFF

Tints of Hawkes Blue #CBDDFF

Color information

#CBDDFF (or 0xCBDDFF) is unknown color: approx Hawkes Blue. HEX triplet: CB, DD and FF. RGB value is (203,221,255). Sum of RGB (Red+Green+Blue) = 203+221+255=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDFF is #342200. Grayscale: #DBDBDB. Windows color (decimal): -3416577 or 16768459. OLE color: 16768459.

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

Color convert

RGB203221255-
CMYK0.200.1300
HSL219.23º100%89.8%-
HSV(B)219.23º20.39%100%-
XYZ68.5471.63104.82-
YUV219.49148.04116.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 255 (100% from 255) = 37.56%
R=29.90%
G=32.55%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032212550.200.1300219.2310089.8
HexCBDDFF14D00db645a
Octal313335377241500333144132
Binary110010111101110111111111101001101001101101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDFF; }

 p { color: rgb(203,221,255); }

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

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

 a { background-color: rgb(203,221,255); }

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

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

 span { border-color: rgb(203,221,255); }

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