#CDEAFA

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

Shades of Pattens Blue #CDEAFA

Tints of Pattens Blue #CDEAFA

Color information

#CDEAFA (or 0xCDEAFA) is unknown color: approx Pattens Blue. HEX triplet: CD, EA and FA. RGB value is (205,234,250). Sum of RGB (Red+Green+Blue) = 205+234+250=689 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.75% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEAFA is #321505. Grayscale: #E3E3E3. Windows color (decimal): -3282182 or 16444109. OLE color: 16444109.

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

Color convert

RGB205234250-
CMYK0.180.0600.02
HSL201.33º81.82%89.22%-
HSV(B)201.33º18%98.04%-
XYZ71.8578.73101.85-
YUV227.15140.89112.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.75%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=29.75%
G=33.96%
B=36.28%

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
Decimal2052342500.180.0600.02201.3381.8289.22
HexCDEAFA12602c95259
Octal31535237222602311122131
Binary110011011110101011111010100101100101100100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAFA; }

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

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

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

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

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

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

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

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