#C6EEFE

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

Shades of Pattens Blue #C6EEFE

Tints of Pattens Blue #C6EEFE

Color information

#C6EEFE (or 0xC6EEFE) is unknown color: approx Pattens Blue. HEX triplet: C6, EE and FE. RGB value is (198,238,254). Sum of RGB (Red+Green+Blue) = 198+238+254=690 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.70% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EEFE is #391101. Grayscale: #E3E3E3. Windows color (decimal): -3739906 or 16707270. OLE color: 16707270.

HSL color Cylindrical-coordinate representation of color #C6EEFE: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6EEFE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198238254-
CMYK0.220.0600.00
HSL197.14º96.55%88.63%-
HSV(B)197.14º22.05%99.61%-
XYZ71.7580.31105.49-
YUV227.86142.75106.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.70%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=28.70%
G=34.49%
B=36.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982382540.220.0600.00197.1496.5588.63
HexC6EEFE16600c56159
Octal30635637626600305141131
Binary11000110111011101111111010110110001100010111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EEFE; }

 p { color: rgb(198,238,254); }

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

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

 a { background-color: rgb(198,238,254); }

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

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

 span { border-color: rgb(198,238,254); }

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