#c7eaff

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

Shades of Pattens Blue #C7EAFF

Tints of Pattens Blue #C7EAFF

Color information

#C7EAFF (or 0xC7EAFF) is unknown color: approx Pattens Blue. HEX triplet: C7, EA and FF. RGB value is (199,234,255). Sum of RGB (Red+Green+Blue) = 199+234+255=688 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.92% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EAFF is #381500. Grayscale: #E1E1E1. Windows color (decimal): -3675393 or 16771783. OLE color: 16771783.

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

Color convert

RGB199234255-
CMYK0.220.0800
HSL202.5º100%89.02%-
HSV(B)202.5º21.96%100%-
XYZ71.0378.21105.96-
YUV225.93144.4108.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.92%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 37.06%
R=28.92%
G=34.01%
B=37.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992342550.220.0800202.510089.02
HexC7EAFF16800ca6459
Octal307352377261000312144131
Binary110001111110101011111111101101000001100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7eaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7eaff; }

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

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

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

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

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

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

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

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