#CDEFFA

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

Shades of Pattens Blue #CDEFFA

Tints of Pattens Blue #CDEFFA

Color information

#CDEFFA (or 0xCDEFFA) is unknown color: approx Pattens Blue. HEX triplet: CD, EF and FA. RGB value is (205,239,250). Sum of RGB (Red+Green+Blue) = 205+239+250=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDEFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFFA is #321005. Grayscale: #E6E6E6. Windows color (decimal): -3280902 or 16445389. OLE color: 16445389.

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

Color convert

RGB205239250-
CMYK0.180.0400.02
HSL194.67º81.82%89.22%-
HSV(B)194.67º18%98.04%-
XYZ73.381.61102.33-
YUV230.09139.24110.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.54%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=29.54%
G=34.44%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052392500.180.0400.02194.6781.8289.22
HexCDEFFA12402c35259
Octal31535737222402303122131
Binary110011011110111111111010100101000101100001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFFA; }

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

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

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

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

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

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

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

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