#CDE9FE

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

Shades of Pattens Blue #CDE9FE

Tints of Pattens Blue #CDE9FE

Color information

#CDE9FE (or 0xCDE9FE) is unknown color: approx Pattens Blue. HEX triplet: CD, E9 and FE. RGB value is (205,233,254). Sum of RGB (Red+Green+Blue) = 205+233+254=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FE is #321601. Grayscale: #E2E2E2. Windows color (decimal): -3282434 or 16705997. OLE color: 16705997.

HSL color Cylindrical-coordinate representation of color #CDE9FE: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE9FE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205233254-
CMYK0.190.0800.00
HSL205.71º96.08%90%-
HSV(B)205.71º19.29%99.61%-
XYZ72.2178.41105.1-
YUV227.02143.22112.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.62%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=29.62%
G=33.67%
B=36.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052332540.190.0800.00205.7196.0890
HexCDE9FE13800ce605a
Octal315351376231000316140132
Binary110011011110100111111110100111000001100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9FE; }

 p { color: rgb(205,233,254); }

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

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

 a { background-color: rgb(205,233,254); }

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

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

 span { border-color: rgb(205,233,254); }

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