#CDE0FB

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

Shades of Hawkes Blue #CDE0FB

Tints of Hawkes Blue #CDE0FB

Color information

#CDE0FB (or 0xCDE0FB) is unknown color: approx Hawkes Blue. HEX triplet: CD, E0 and FB. RGB value is (205,224,251). Sum of RGB (Red+Green+Blue) = 205+224+251=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FB is #321F04. Grayscale: #DDDDDD. Windows color (decimal): -3284741 or 16507085. OLE color: 16507085.

HSL color Cylindrical-coordinate representation of color #CDE0FB: hue angle of 215.22º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE0FB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205224251-
CMYK0.180.1100.02
HSL215.22º85.19%89.41%-
HSV(B)215.22º18.33%98.43%-
XYZ69.2573.26101.76-
YUV221.4144.71116.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=30.15%
G=32.94%
B=36.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052242510.180.1100.02215.2285.1989.41
HexCDE0FB12B02d75559
Octal315340373221302327125131
Binary1100110111100000111110111001010110101101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0FB; }

 p { color: rgb(205,224,251); }

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

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

 a { background-color: rgb(205,224,251); }

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

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

 span { border-color: rgb(205,224,251); }

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