#C7ECFB

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

Shades of Pattens Blue #C7ECFB

Tints of Pattens Blue #C7ECFB

Color information

#C7ECFB (or 0xC7ECFB) is unknown color: approx Pattens Blue. HEX triplet: C7, EC and FB. RGB value is (199,236,251). Sum of RGB (Red+Green+Blue) = 199+236+251=686 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.01% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECFB is #381304. Grayscale: #E2E2E2. Windows color (decimal): -3674885 or 16510151. OLE color: 16510151.

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

Color convert

RGB199236251-
CMYK0.210.0600.02
HSL197.31º86.67%88.24%-
HSV(B)197.31º20.72%98.43%-
XYZ70.9679.1102.79-
YUV226.65141.74108.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.01%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=29.01%
G=34.40%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992362510.210.0600.02197.3186.6788.24
HexC7ECFB15602c55758
Octal30735437325602305127130
Binary110001111110110011111011101011100101100010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ECFB; }

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

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

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

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

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

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

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

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