#CBD5ED

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

Shades of Hawkes Blue #CBD5ED

Tints of Hawkes Blue #CBD5ED

Color information

#CBD5ED (or 0xCBD5ED) is unknown color: approx Hawkes Blue. HEX triplet: CB, D5 and ED. RGB value is (203,213,237). Sum of RGB (Red+Green+Blue) = 203+213+237=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5ED is #342A12. Grayscale: #D4D4D4. Windows color (decimal): -3418643 or 15586763. OLE color: 15586763.

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

Color convert

RGB203213237-
CMYK0.140.1000.07
HSL222.35º48.57%86.27%-
HSV(B)222.35º14.35%92.94%-
XYZ63.7166.489.58-
YUV212.75141.69121.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=31.09%
G=32.62%
B=36.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032132370.140.1000.07222.3548.5786.27
HexCBD5EDEA07de3156
Octal31332535516120733661126
Binary110010111101010111101101111010100111110111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD5ED; }

 p { color: rgb(203,213,237); }

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

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

 a { background-color: rgb(203,213,237); }

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

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

 span { border-color: rgb(203,213,237); }

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