#C7EAFE

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

Shades of Pattens Blue #C7EAFE

Tints of Pattens Blue #C7EAFE

Color information

#C7EAFE (or 0xC7EAFE) is unknown color: approx Pattens Blue. HEX triplet: C7, EA and FE. RGB value is (199,234,254). Sum of RGB (Red+Green+Blue) = 199+234+254=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EAFE is #381501. Grayscale: #E1E1E1. Windows color (decimal): -3675394 or 16706247. OLE color: 16706247.

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

Color convert

RGB199234254-
CMYK0.220.0800.00
HSL201.82º96.49%88.82%-
HSV(B)201.82º21.65%99.61%-
XYZ70.8778.14105.11-
YUV225.82143.9108.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.97%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=28.97%
G=34.06%
B=36.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992342540.220.0800.00201.8296.4988.82
HexC7EAFE16800ca6059
Octal307352376261000312140131
Binary110001111110101011111110101101000001100101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EAFE; }

 p { color: rgb(199,234,254); }

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

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

 a { background-color: rgb(199,234,254); }

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

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

 span { border-color: rgb(199,234,254); }

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