#CFE8F0

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

Shades of Pattens Blue #CFE8F0

Tints of Pattens Blue #CFE8F0

Color information

#CFE8F0 (or 0xCFE8F0) is unknown color: approx Pattens Blue. HEX triplet: CF, E8 and F0. RGB value is (207,232,240). Sum of RGB (Red+Green+Blue) = 207+232+240=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F0 is #30170F. Grayscale: #E1E1E1. Windows color (decimal): -3151632 or 15788239. OLE color: 15788239.

HSL color Cylindrical-coordinate representation of color #CFE8F0: hue angle of 194.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE8F0 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207232240-
CMYK0.140.0300.06
HSL194.55º52.38%87.65%-
HSV(B)194.55º13.75%94.12%-
XYZ70.3277.2793.65-
YUV225.44136.22114.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 232 (91.02% from 255) = 34.17%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=30.49%
G=34.17%
B=35.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072322400.140.0300.06194.5552.3887.65
HexCFE8F0E306c33458
Octal3173503601630630364130
Binary1100111111101000111100001110110110110000111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8F0; }

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

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

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

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

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

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

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

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