#CFE2EA

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

Shades of Pattens Blue #CFE2EA

Tints of Pattens Blue #CFE2EA

Color information

#CFE2EA (or 0xCFE2EA) is unknown color: approx Pattens Blue. HEX triplet: CF, E2 and EA. RGB value is (207,226,234). Sum of RGB (Red+Green+Blue) = 207+226+234=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2EA is #301D15. Grayscale: #DDDDDD. Windows color (decimal): -3153174 or 15393487. OLE color: 15393487.

HSL color Cylindrical-coordinate representation of color #CFE2EA: hue angle of 197.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE2EA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207226234-
CMYK0.120.0300.08
HSL197.78º39.13%86.47%-
HSV(B)197.78º11.54%91.76%-
XYZ67.7873.688.48-
YUV221.23135.21117.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=31.03%
G=33.88%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072262340.120.0300.08197.7839.1386.47
HexCFE2EAC308c62756
Octal31734235214301030647126
Binary11001111111000101110101011001101000110001101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2EA; }

 p { color: rgb(207,226,234); }

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

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

 a { background-color: rgb(207,226,234); }

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

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

 span { border-color: rgb(207,226,234); }

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