#C7EEFE

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

Shades of Pattens Blue #C7EEFE

Tints of Pattens Blue #C7EEFE

Color information

#C7EEFE (or 0xC7EEFE) is unknown color: approx Pattens Blue. HEX triplet: C7, EE and FE. RGB value is (199,238,254). Sum of RGB (Red+Green+Blue) = 199+238+254=691 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.80% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EEFE is #381101. Grayscale: #E4E4E4. Windows color (decimal): -3674370 or 16707271. OLE color: 16707271.

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

Color convert

RGB199238254-
CMYK0.220.0600.00
HSL197.45º96.49%88.82%-
HSV(B)197.45º21.65%99.61%-
XYZ72.0280.45105.5-
YUV228.16142.58107.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.80%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 254 (99.61% from 255) = 36.76%
R=28.80%
G=34.44%
B=36.76%

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
Decimal1992382540.220.0600.00197.4596.4988.82
HexC7EEFE16600c56059
Octal30735637626600305140131
Binary11000111111011101111111010110110001100010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEFE; }

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

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

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

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

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

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

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

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