#C6E6FC

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

Shades of Pattens Blue #C6E6FC

Tints of Pattens Blue #C6E6FC

Color information

#C6E6FC (or 0xC6E6FC) is unknown color: approx Pattens Blue. HEX triplet: C6, E6 and FC. RGB value is (198,230,252). Sum of RGB (Red+Green+Blue) = 198+230+252=680 (90% of max value = 765). Red value is 198 (77.73% from 255 or 29.12% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6FC is #391903. Grayscale: #DEDEDE. Windows color (decimal): -3741956 or 16574150. OLE color: 16574150.

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

Color convert

RGB198230252-
CMYK0.210.0900.01
HSL204.44º90%88.24%-
HSV(B)204.44º21.43%98.82%-
XYZ69.1675.63103.05-
YUV222.94144.4110.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.12%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=29.12%
G=33.82%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982302520.210.0900.01204.449088.24
HexC6E6FC15901cc5a58
Octal306346374251101314132130
Binary110001101110011011111100101011001011100110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E6FC; }

 p { color: rgb(198,230,252); }

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

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

 a { background-color: rgb(198,230,252); }

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

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

 span { border-color: rgb(198,230,252); }

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