#C6DBEB

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

Shades of Pattens Blue #C6DBEB

Tints of Pattens Blue #C6DBEB

Color information

#C6DBEB (or 0xC6DBEB) is unknown color: approx Pattens Blue. HEX triplet: C6, DB and EB. RGB value is (198,219,235). Sum of RGB (Red+Green+Blue) = 198+219+235=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DBEB is #392414. Grayscale: #D6D6D6. Windows color (decimal): -3744789 or 15457222. OLE color: 15457222.

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

Color convert

RGB198219235-
CMYK0.160.0700.08
HSL205.95º48.05%84.9%-
HSV(B)205.95º15.74%92.16%-
XYZ63.6268.6788.5-
YUV214.54139.54116.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.37%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=30.37%
G=33.59%
B=36.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982192350.160.0700.08205.9548.0584.9
HexC6DBEB10708ce3055
Octal30633335320701031660125
Binary1100011011011011111010111000011101000110011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DBEB; }

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

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

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

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

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

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

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

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