#CFE5EF

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

Shades of Pattens Blue #CFE5EF

Tints of Pattens Blue #CFE5EF

Color information

#CFE5EF (or 0xCFE5EF) is unknown color: approx Pattens Blue. HEX triplet: CF, E5 and EF. RGB value is (207,229,239). Sum of RGB (Red+Green+Blue) = 207+229+239=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5EF is #301A10. Grayscale: #DFDFDF. Windows color (decimal): -3152401 or 15721935. OLE color: 15721935.

HSL color Cylindrical-coordinate representation of color #CFE5EF: hue angle of 198.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE5EF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207229239-
CMYK0.130.0400.06
HSL198.75º50%87.45%-
HSV(B)198.75º13.39%93.73%-
XYZ69.3375.5492.59-
YUV223.56136.71116.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=30.67%
G=33.93%
B=35.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072292390.130.0400.06198.755087.45
HexCFE5EFD406c73257
Octal3173453571540630762127
Binary11001111111001011110111111011000110110001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5EF; }

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

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

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

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

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

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

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

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