#C1D8EA

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

Shades of Pattens Blue #C1D8EA

Tints of Pattens Blue #C1D8EA

Color information

#C1D8EA (or 0xC1D8EA) is unknown color: approx Pattens Blue. HEX triplet: C1, D8 and EA. RGB value is (193,216,234). Sum of RGB (Red+Green+Blue) = 193+216+234=643 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.02% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D8EA is #3E2715. Grayscale: #D3D3D3. Windows color (decimal): -4073238 or 15390913. OLE color: 15390913.

HSL color Cylindrical-coordinate representation of color #C1D8EA: hue angle of 206.34º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D8EA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193216234-
CMYK0.180.0800.08
HSL206.34º49.4%83.73%-
HSV(B)206.34º17.52%91.76%-
XYZ61.466.3987.42-
YUV211.18140.88115.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.02%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=30.02%
G=33.59%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932162340.180.0800.08206.3449.483.73
HexC1D8EA12808ce3154
Octal301330352221001031661124
Binary11000001110110001110101010010100001000110011101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D8EA; }

 p { color: rgb(193,216,234); }

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

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

 a { background-color: rgb(193,216,234); }

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

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

 span { border-color: rgb(193,216,234); }

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