#CBDBFF

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

Shades of Hawkes Blue #CBDBFF

Tints of Hawkes Blue #CBDBFF

Color information

#CBDBFF (or 0xCBDBFF) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and FF. RGB value is (203,219,255). Sum of RGB (Red+Green+Blue) = 203+219+255=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFF is #342400. Grayscale: #DADADA. Windows color (decimal): -3417089 or 16767947. OLE color: 16767947.

HSL color Cylindrical-coordinate representation of color #CBDBFF: hue angle of 221.54º 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 #CBDBFF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203219255-
CMYK0.200.1400
HSL221.54º100%89.8%-
HSV(B)221.54º20.39%100%-
XYZ68.0170.58104.65-
YUV218.32148.7117.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 255 (100% from 255) = 37.67%
R=29.99%
G=32.35%
B=37.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032192550.200.1400221.5410089.8
HexCBDBFF14E00de645a
Octal313333377241600336144132
Binary110010111101101111111111101001110001101111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBFF; }

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

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

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

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

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

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

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

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