#CFE5EB

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

Shades of Pattens Blue #CFE5EB

Tints of Pattens Blue #CFE5EB

Color information

#CFE5EB (or 0xCFE5EB) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and EB. RGB value is (207,229,235). Sum of RGB (Red+Green+Blue) = 207+229+235=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5EB is #301A14. Grayscale: #DFDFDF. Windows color (decimal): -3152405 or 15459791. OLE color: 15459791.

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

Color convert

RGB207229235-
CMYK0.120.0300.08
HSL192.86º41.18%86.67%-
HSV(B)192.86º11.91%92.16%-
XYZ68.7575.389.51-
YUV223.11134.71116.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=30.85%
G=34.13%
B=35.02%

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
Decimal2072292350.120.0300.08192.8641.1886.67
HexCFE5EBC308c12957
Octal31734535314301030151127
Binary11001111111001011110101111001101000110000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5EB; }

 p { color: rgb(207,229,235); }

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

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

 a { background-color: rgb(207,229,235); }

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

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

 span { border-color: rgb(207,229,235); }

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