#C6EBFB

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

Shades of Pattens Blue #C6EBFB

Tints of Pattens Blue #C6EBFB

Color information

#C6EBFB (or 0xC6EBFB) is unknown color: approx Pattens Blue. HEX triplet: C6, EB and FB. RGB value is (198,235,251). Sum of RGB (Red+Green+Blue) = 198+235+251=684 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.95% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EBFB is #391404. Grayscale: #E1E1E1. Windows color (decimal): -3740677 or 16509894. OLE color: 16509894.

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

Color convert

RGB198235251-
CMYK0.210.0600.02
HSL198.11º86.89%88.04%-
HSV(B)198.11º21.12%98.43%-
XYZ70.4178.39102.69-
YUV225.76142.24108.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.95%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=28.95%
G=34.36%
B=36.70%

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
Decimal1982352510.210.0600.02198.1186.8988.04
HexC6EBFB15602c65758
Octal30635337325602306127130
Binary110001101110101111111011101011100101100011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EBFB; }

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

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

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

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

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

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

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

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