#C7F0FF

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

Shades of Pattens Blue #C7F0FF

Tints of Pattens Blue #C7F0FF

Color information

#C7F0FF (or 0xC7F0FF) is unknown color: approx Pattens Blue. HEX triplet: C7, F0 and FF. RGB value is (199,240,255). Sum of RGB (Red+Green+Blue) = 199+240+255=694 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.67% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0FF is #380F00. Grayscale: #E5E5E5. Windows color (decimal): -3673857 or 16773319. OLE color: 16773319.

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

Color convert

RGB199240255-
CMYK0.220.0600
HSL196.07º100%89.02%-
HSV(B)196.07º21.96%100%-
XYZ72.7681.68106.54-
YUV229.45142.42106.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.67%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 255 (100% from 255) = 36.74%
R=28.67%
G=34.58%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992402550.220.0600196.0710089.02
HexC7F0FF16600c46459
Octal30736037726600304144131
Binary11000111111100001111111110110110001100010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F0FF; }

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

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

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

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

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

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

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

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