#C6DEEB

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

Shades of Pattens Blue #C6DEEB

Tints of Pattens Blue #C6DEEB

Color information

#C6DEEB (or 0xC6DEEB) is unknown color: approx Pattens Blue. HEX triplet: C6, DE and EB. RGB value is (198,222,235). Sum of RGB (Red+Green+Blue) = 198+222+235=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DEEB is #392114. Grayscale: #D8D8D8. Windows color (decimal): -3744021 or 15457990. OLE color: 15457990.

HSL color Cylindrical-coordinate representation of color #C6DEEB: hue angle of 201.08º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DEEB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198222235-
CMYK0.160.0600.08
HSL201.08º48.05%84.9%-
HSV(B)201.08º15.74%92.16%-
XYZ64.4170.2588.76-
YUV216.31138.55114.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=30.23%
G=33.89%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982222350.160.0600.08201.0848.0584.9
HexC6DEEB10608c93055
Octal30633635320601031160125
Binary1100011011011110111010111000011001000110010011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DEEB; }

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

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

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

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

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

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

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

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