#C2E7FD

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

Shades of Pattens Blue #C2E7FD

Tints of Pattens Blue #C2E7FD

Color information

#C2E7FD (or 0xC2E7FD) is unknown color: approx Pattens Blue. HEX triplet: C2, E7 and FD. RGB value is (194,231,253). Sum of RGB (Red+Green+Blue) = 194+231+253=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2E7FD is #3D1802. Grayscale: #DEDEDE. Windows color (decimal): -4003843 or 16639938. OLE color: 16639938.

HSL color Cylindrical-coordinate representation of color #C2E7FD: hue angle of 202.37º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E7FD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194231253-
CMYK0.230.0900.01
HSL202.37º93.65%87.65%-
HSV(B)202.37º23.32%99.22%-
XYZ68.5575.71103.93-
YUV222.44145.24107.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.61%
GREEN value IS 231 (90.62% from 255) = 34.07%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=28.61%
G=34.07%
B=37.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942312530.230.0900.01202.3793.6587.65
HexC2E7FD17901ca5e58
Octal302347375271101312136130
Binary110000101110011111111101101111001011100101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E7FD; }

 p { color: rgb(194,231,253); }

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

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

 a { background-color: rgb(194,231,253); }

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

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

 span { border-color: rgb(194,231,253); }

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