#C6E6FB

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

Shades of Pattens Blue #C6E6FB

Tints of Pattens Blue #C6E6FB

Color information

#C6E6FB (or 0xC6E6FB) is unknown color: approx Pattens Blue. HEX triplet: C6, E6 and FB. RGB value is (198,230,251). Sum of RGB (Red+Green+Blue) = 198+230+251=679 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.16% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6E6FB is #391904. Grayscale: #DEDEDE. Windows color (decimal): -3741957 or 16508614. OLE color: 16508614.

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

Color convert

RGB198230251-
CMYK0.210.0800.02
HSL203.77º86.89%88.04%-
HSV(B)203.77º21.12%98.43%-
XYZ6975.56102.22-
YUV222.83143.9110.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.16%
GREEN value IS 230 (90.23% from 255) = 33.87%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=29.16%
G=33.87%
B=36.97%

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
Decimal1982302510.210.0800.02203.7786.8988.04
HexC6E6FB15802cc5758
Octal306346373251002314127130
Binary1100011011100110111110111010110000101100110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E6FB; }

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

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

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

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

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

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

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

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