#C7E8FB

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

Shades of Pattens Blue #C7E8FB

Tints of Pattens Blue #C7E8FB

Color information

#C7E8FB (or 0xC7E8FB) is unknown color: approx Pattens Blue. HEX triplet: C7, E8 and FB. RGB value is (199,232,251). Sum of RGB (Red+Green+Blue) = 199+232+251=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E8FB is #381704. Grayscale: #E0E0E0. Windows color (decimal): -3675909 or 16509127. OLE color: 16509127.

HSL color Cylindrical-coordinate representation of color #C7E8FB: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E8FB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199232251-
CMYK0.210.0800.02
HSL201.92º86.67%88.24%-
HSV(B)201.92º20.72%98.43%-
XYZ69.8276.82102.41-
YUV224.3143.07109.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.18%
GREEN value IS 232 (91.02% from 255) = 34.02%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=29.18%
G=34.02%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992322510.210.0800.02201.9286.6788.24
HexC7E8FB15802ca5758
Octal307350373251002312127130
Binary1100011111101000111110111010110000101100101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E8FB; }

 p { color: rgb(199,232,251); }

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

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

 a { background-color: rgb(199,232,251); }

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

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

 span { border-color: rgb(199,232,251); }

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