#CDE9FA

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

Shades of Pattens Blue #CDE9FA

Tints of Pattens Blue #CDE9FA

Color information

#CDE9FA (or 0xCDE9FA) is unknown color: approx Pattens Blue. HEX triplet: CD, E9 and FA. RGB value is (205,233,250). Sum of RGB (Red+Green+Blue) = 205+233+250=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDE9FA is #321605. Grayscale: #E2E2E2. Windows color (decimal): -3282438 or 16443853. OLE color: 16443853.

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

Color convert

RGB205233250-
CMYK0.180.0700.02
HSL202.67º81.82%89.22%-
HSV(B)202.67º18%98.04%-
XYZ71.5778.16101.76-
YUV226.57141.22112.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=29.80%
G=33.87%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052332500.180.0700.02202.6781.8289.22
HexCDE9FA12702cb5259
Octal31535137222702313122131
Binary110011011110100111111010100101110101100101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9FA; }

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

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

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

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

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

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

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

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