#C1DDEF

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

Shades of Pattens Blue #C1DDEF

Tints of Pattens Blue #C1DDEF

Color information

#C1DDEF (or 0xC1DDEF) is unknown color: approx Pattens Blue. HEX triplet: C1, DD and EF. RGB value is (193,221,239). Sum of RGB (Red+Green+Blue) = 193+221+239=653 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.56% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DDEF is #3E2210. Grayscale: #D6D6D6. Windows color (decimal): -4071953 or 15719873. OLE color: 15719873.

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

Color convert

RGB193221239-
CMYK0.190.0800.06
HSL203.48º58.97%84.71%-
HSV(B)203.48º19.25%93.73%-
XYZ63.4369.2891.69-
YUV214.68141.72112.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.56%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=29.56%
G=33.84%
B=36.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932212390.190.0800.06203.4858.9784.71
HexC1DDEF13806cb3b55
Octal30133535723100631373125
Binary1100000111011101111011111001110000110110010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDEF; }

 p { color: rgb(193,221,239); }

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

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

 a { background-color: rgb(193,221,239); }

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

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

 span { border-color: rgb(193,221,239); }

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