#CFE8F6

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

Shades of Pattens Blue #CFE8F6

Tints of Pattens Blue #CFE8F6

Color information

#CFE8F6 (or 0xCFE8F6) is unknown color: approx Pattens Blue. HEX triplet: CF, E8 and F6. RGB value is (207,232,246). Sum of RGB (Red+Green+Blue) = 207+232+246=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F6 is #301709. Grayscale: #E2E2E2. Windows color (decimal): -3151626 or 16181455. OLE color: 16181455.

HSL color Cylindrical-coordinate representation of color #CFE8F6: hue angle of 201.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE8F6 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207232246-
CMYK0.160.0600.04
HSL201.54º68.42%88.82%-
HSV(B)201.54º15.85%96.47%-
XYZ71.2277.6398.42-
YUV226.12139.22114.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.22%
GREEN value IS 232 (91.02% from 255) = 33.87%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=30.22%
G=33.87%
B=35.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072322460.160.0600.04201.5468.4288.82
HexCFE8F610604ca4459
Octal31735036620604312104131
Binary1100111111101000111101101000011001001100101010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8F6; }

 p { color: rgb(207,232,246); }

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

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

 a { background-color: rgb(207,232,246); }

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

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

 span { border-color: rgb(207,232,246); }

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