#CBDBFE

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

Shades of Hawkes Blue #CBDBFE

Tints of Hawkes Blue #CBDBFE

Color information

#CBDBFE (or 0xCBDBFE) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and FE. RGB value is (203,219,254). Sum of RGB (Red+Green+Blue) = 203+219+254=676 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.03% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFE is #342401. Grayscale: #DADADA. Windows color (decimal): -3417090 or 16702411. OLE color: 16702411.

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

Color convert

RGB203219254-
CMYK0.200.1400.00
HSL221.18º96.23%89.61%-
HSV(B)221.18º20.08%99.61%-
XYZ67.8570.52103.8-
YUV218.21148.2117.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.03%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=30.03%
G=32.40%
B=37.57%

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
Decimal2032192540.200.1400.00221.1896.2389.61
HexCBDBFE14E00dd605a
Octal313333376241600335140132
Binary110010111101101111111110101001110001101110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBFE; }

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

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

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

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

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

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

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

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