#C1DCEF

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

Shades of Pattens Blue #C1DCEF

Tints of Pattens Blue #C1DCEF

Color information

#C1DCEF (or 0xC1DCEF) is unknown color: approx Pattens Blue. HEX triplet: C1, DC and EF. RGB value is (193,220,239). Sum of RGB (Red+Green+Blue) = 193+220+239=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCEF is #3E2310. Grayscale: #D5D5D5. Windows color (decimal): -4072209 or 15719617. OLE color: 15719617.

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

Color convert

RGB193220239-
CMYK0.190.0800.06
HSL204.78º58.97%84.71%-
HSV(B)204.78º19.25%93.73%-
XYZ63.1768.7691.6-
YUV214.09142.05112.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.60%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=29.60%
G=33.74%
B=36.66%

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
Decimal1932202390.190.0800.06204.7858.9784.71
HexC1DCEF13806cd3b55
Octal30133435723100631573125
Binary1100000111011100111011111001110000110110011011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCEF; }

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

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

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

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

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

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

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

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