#c7e8ff

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

Shades of Pattens Blue #C7E8FF

Tints of Pattens Blue #C7E8FF

Color information

#C7E8FF (or 0xC7E8FF) is unknown color: approx Pattens Blue. HEX triplet: C7, E8 and FF. RGB value is (199,232,255). Sum of RGB (Red+Green+Blue) = 199+232+255=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8FF is #381700. Grayscale: #E0E0E0. Windows color (decimal): -3675905 or 16771271. OLE color: 16771271.

HSL color Cylindrical-coordinate representation of color #C7E8FF: hue angle of 204.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7E8FF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199232255-
CMYK0.220.0900
HSL204.64º100%89.02%-
HSV(B)204.64º21.96%100%-
XYZ70.4677.08105.77-
YUV224.76145.07109.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.01%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 255 (100% from 255) = 37.17%
R=29.01%
G=33.82%
B=37.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992322550.220.0900204.6410089.02
HexC7E8FF16900cd6459
Octal307350377261100315144131
Binary110001111110100011111111101101001001100110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7e8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7e8ff; }

 p { color: rgb(199,232,255); }

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

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

 a { background-color: rgb(199,232,255); }

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

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

 span { border-color: rgb(199,232,255); }

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