#CDEAF9

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

Shades of Pattens Blue #CDEAF9

Tints of Pattens Blue #CDEAF9

Color information

#CDEAF9 (or 0xCDEAF9) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and F9. RGB value is (205,234,249). Sum of RGB (Red+Green+Blue) = 205+234+249=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAF9 is #321506. Grayscale: #E2E2E2. Windows color (decimal): -3282183 or 16378573. OLE color: 16378573.

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

Color convert

RGB205234249-
CMYK0.180.0600.02
HSL200.45º78.57%89.02%-
HSV(B)200.45º17.67%97.65%-
XYZ71.778.66101.03-
YUV227.04140.39112.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=29.80%
G=34.01%
B=36.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052342490.180.0600.02200.4578.5789.02
HexCDEAF912602c84f59
Octal31535237122602310117131
Binary110011011110101011111001100101100101100100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAF9; }

 p { color: rgb(205,234,249); }

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

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

 a { background-color: rgb(205,234,249); }

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

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

 span { border-color: rgb(205,234,249); }

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