#CDE1FB

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

Shades of Hawkes Blue #CDE1FB

Tints of Hawkes Blue #CDE1FB

Color information

#CDE1FB (or 0xCDE1FB) is unknown color: approx Hawkes Blue. HEX triplet: CD, E1 and FB. RGB value is (205,225,251). Sum of RGB (Red+Green+Blue) = 205+225+251=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FB is #321E04. Grayscale: #DDDDDD. Windows color (decimal): -3284485 or 16507341. OLE color: 16507341.

HSL color Cylindrical-coordinate representation of color #CDE1FB: hue angle of 213.91º 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 #CDE1FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205225251-
CMYK0.180.1000.02
HSL213.91º85.19%89.41%-
HSV(B)213.91º18.33%98.43%-
XYZ69.5173.79101.85-
YUV221.98144.37115.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=30.10%
G=33.04%
B=36.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052252510.180.1000.02213.9185.1989.41
HexCDE1FB12A02d65559
Octal315341373221202326125131
Binary1100110111100001111110111001010100101101011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1FB; }

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

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

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

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

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

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

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

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