#CBDBFD

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

Shades of Hawkes Blue #CBDBFD

Tints of Hawkes Blue #CBDBFD

Color information

#CBDBFD (or 0xCBDBFD) is unknown color: approx Hawkes Blue. HEX triplet: CB, DB and FD. RGB value is (203,219,253). Sum of RGB (Red+Green+Blue) = 203+219+253=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFD is #342402. Grayscale: #D9D9D9. Windows color (decimal): -3417091 or 16636875. OLE color: 16636875.

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

Color convert

RGB203219253-
CMYK0.200.1300.01
HSL220.8º92.59%89.41%-
HSV(B)220.8º19.76%99.22%-
XYZ67.6970.45102.96-
YUV218.09147.7117.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=30.07%
G=32.44%
B=37.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032192530.200.1300.01220.892.5989.41
HexCBDBFD14D01dd5d59
Octal313333375241501335135131
Binary110010111101101111111101101001101011101110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBFD; }

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

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

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

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

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

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

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

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