#CDEAFD

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

Shades of Pattens Blue #CDEAFD

Tints of Pattens Blue #CDEAFD

Color information

#CDEAFD (or 0xCDEAFD) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and FD. RGB value is (205,234,253). Sum of RGB (Red+Green+Blue) = 205+234+253=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAFD is #321502. Grayscale: #E3E3E3. Windows color (decimal): -3282179 or 16640717. OLE color: 16640717.

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

Color convert

RGB205234253-
CMYK0.190.0800.01
HSL203.75º92.31%89.8%-
HSV(B)203.75º18.97%99.22%-
XYZ72.3378.92104.35-
YUV227.5142.39111.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.62%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=29.62%
G=33.82%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052342530.190.0800.01203.7592.3189.8
HexCDEAFD13801cc5c5a
Octal315352375231001314134132
Binary110011011110101011111101100111000011100110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAFD; }

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

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

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

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

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

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

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

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