#C6DFEB

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

Shades of Pattens Blue #C6DFEB

Tints of Pattens Blue #C6DFEB

Color information

#C6DFEB (or 0xC6DFEB) is unknown color: approx Pattens Blue. HEX triplet: C6, DF and EB. RGB value is (198,223,235). Sum of RGB (Red+Green+Blue) = 198+223+235=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DFEB is #392014. Grayscale: #D8D8D8. Windows color (decimal): -3743765 or 15458246. OLE color: 15458246.

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

Color convert

RGB198223235-
CMYK0.160.0500.08
HSL199.46º48.05%84.9%-
HSV(B)199.46º15.74%92.16%-
XYZ64.6770.7888.85-
YUV216.89138.22114.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.18%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=30.18%
G=33.99%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982232350.160.0500.08199.4648.0584.9
HexC6DFEB10508c73055
Octal30633735320501030760125
Binary1100011011011111111010111000010101000110001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DFEB; }

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

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

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

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

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

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

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

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