#C7EBFF

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

Shades of Pattens Blue #C7EBFF

Tints of Pattens Blue #C7EBFF

Color information

#C7EBFF (or 0xC7EBFF) is unknown color: approx Pattens Blue. HEX triplet: C7, EB and FF. RGB value is (199,235,255). Sum of RGB (Red+Green+Blue) = 199+235+255=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBFF is #381400. Grayscale: #E2E2E2. Windows color (decimal): -3675137 or 16772039. OLE color: 16772039.

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

Color convert

RGB199235255-
CMYK0.220.0800
HSL201.43º100%89.02%-
HSV(B)201.43º21.96%100%-
XYZ71.3178.78106.06-
YUV226.52144.07108.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.88%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 255 (100% from 255) = 37.01%
R=28.88%
G=34.11%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992352550.220.0800201.4310089.02
HexC7EBFF16800c96459
Octal307353377261000311144131
Binary110001111110101111111111101101000001100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBFF; }

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

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

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

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

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

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

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

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