#C7EFFE

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

Shades of Pattens Blue #C7EFFE

Tints of Pattens Blue #C7EFFE

Color information

#C7EFFE (or 0xC7EFFE) is unknown color: approx Pattens Blue. HEX triplet: C7, EF and FE. RGB value is (199,239,254). Sum of RGB (Red+Green+Blue) = 199+239+254=692 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.76% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFFE is #381001. Grayscale: #E4E4E4. Windows color (decimal): -3674114 or 16707527. OLE color: 16707527.

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

Color convert

RGB199239254-
CMYK0.220.0600.00
HSL196.36º96.49%88.82%-
HSV(B)196.36º21.65%99.61%-
XYZ72.3181.03105.6-
YUV228.75142.25106.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.76%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=28.76%
G=34.54%
B=36.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992392540.220.0600.00196.3696.4988.82
HexC7EFFE16600c46059
Octal30735737626600304140131
Binary11000111111011111111111010110110001100010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFFE; }

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

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

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

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

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

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

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

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