#CBD4EB

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

Shades of Hawkes Blue #CBD4EB

Tints of Hawkes Blue #CBD4EB

Color information

#CBD4EB (or 0xCBD4EB) is unknown color: approx Hawkes Blue. HEX triplet: CB, D4 and EB. RGB value is (203,212,235). Sum of RGB (Red+Green+Blue) = 203+212+235=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EB is #342B14. Grayscale: #D3D3D3. Windows color (decimal): -3418901 or 15455435. OLE color: 15455435.

HSL color Cylindrical-coordinate representation of color #CBD4EB: hue angle of 223.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD4EB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203212235-
CMYK0.140.1000.08
HSL223.12º44.44%85.88%-
HSV(B)223.12º13.62%92.16%-
XYZ63.1765.7887.97-
YUV211.93141.02121.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 212 (83.20% from 255) = 32.62%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=31.23%
G=32.62%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032122350.140.1000.08223.1244.4485.88
HexCBD4EBEA08df2c56
Octal313324353161201033754126
Binary1100101111010100111010111110101001000110111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4EB; }

 p { color: rgb(203,212,235); }

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

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

 a { background-color: rgb(203,212,235); }

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

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

 span { border-color: rgb(203,212,235); }

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