#C6E1FB

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

Shades of Pattens Blue #C6E1FB

Tints of Pattens Blue #C6E1FB

Color information

#C6E1FB (or 0xC6E1FB) is unknown color: approx Pattens Blue. HEX triplet: C6, E1 and FB. RGB value is (198,225,251). Sum of RGB (Red+Green+Blue) = 198+225+251=674 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.38% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E1FB is #391E04. Grayscale: #DBDBDB. Windows color (decimal): -3743237 or 16507334. OLE color: 16507334.

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

Color convert

RGB198225251-
CMYK0.210.1000.02
HSL209.43º86.89%88.04%-
HSV(B)209.43º21.12%98.43%-
XYZ67.6372.82101.76-
YUV219.89145.55112.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.38%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=29.38%
G=33.38%
B=37.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982252510.210.1000.02209.4386.8988.04
HexC6E1FB15A02d15758
Octal306341373251202321127130
Binary1100011011100001111110111010110100101101000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E1FB; }

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

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

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

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

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

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

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

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