#CFE3EB

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

Shades of Pattens Blue #CFE3EB

Tints of Pattens Blue #CFE3EB

Color information

#CFE3EB (or 0xCFE3EB) is unknown color: approx Pattens Blue. HEX triplet: CF, E3 and EB. RGB value is (207,227,235). Sum of RGB (Red+Green+Blue) = 207+227+235=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3EB is #301C14. Grayscale: #DDDDDD. Windows color (decimal): -3152917 or 15459279. OLE color: 15459279.

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

Color convert

RGB207227235-
CMYK0.120.0300.08
HSL197.14º41.18%86.67%-
HSV(B)197.14º11.91%92.16%-
XYZ68.274.289.33-
YUV221.93135.37117.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=30.94%
G=33.93%
B=35.13%

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
Decimal2072272350.120.0300.08197.1441.1886.67
HexCFE3EBC308c52957
Octal31734335314301030551127
Binary11001111111000111110101111001101000110001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3EB; }

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

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

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

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

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

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

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

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