#C7EFFF

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

Shades of Pattens Blue #C7EFFF

Tints of Pattens Blue #C7EFFF

Color information

#C7EFFF (or 0xC7EFFF) is unknown color: approx Pattens Blue. HEX triplet: C7, EF and FF. RGB value is (199,239,255). Sum of RGB (Red+Green+Blue) = 199+239+255=693 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.72% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EFFF is #381000. Grayscale: #E4E4E4. Windows color (decimal): -3674113 or 16773063. OLE color: 16773063.

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

Color convert

RGB199239255-
CMYK0.220.0600
HSL197.14º100%89.02%-
HSV(B)197.14º21.96%100%-
XYZ72.4781.1106.44-
YUV228.86142.75106.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.72%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 255 (100% from 255) = 36.80%
R=28.72%
G=34.49%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992392550.220.0600197.1410089.02
HexC7EFFF16600c56459
Octal30735737726600305144131
Binary11000111111011111111111110110110001100010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EFFF; }

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

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

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

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

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

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

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

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