#CFE1EB

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

Shades of Pattens Blue #CFE1EB

Tints of Pattens Blue #CFE1EB

Color information

#CFE1EB (or 0xCFE1EB) is unknown color: approx Pattens Blue. HEX triplet: CF, E1 and EB. RGB value is (207,225,235). Sum of RGB (Red+Green+Blue) = 207+225+235=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1EB is #301E14. Grayscale: #DCDCDC. Windows color (decimal): -3153429 or 15458767. OLE color: 15458767.

HSL color Cylindrical-coordinate representation of color #CFE1EB: hue angle of 201.43º 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 #CFE1EB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207225235-
CMYK0.120.0400.08
HSL201.43º41.18%86.67%-
HSV(B)201.43º11.91%92.16%-
XYZ67.6573.1189.14-
YUV220.76136.04118.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=31.03%
G=33.73%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072252350.120.0400.08201.4341.1886.67
HexCFE1EBC408c92957
Octal31734135314401031151127
Binary110011111110000111101011110010001000110010011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1EB; }

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

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

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

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

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

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

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

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