#C1DBEF

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

Shades of Pattens Blue #C1DBEF

Tints of Pattens Blue #C1DBEF

Color information

#C1DBEF (or 0xC1DBEF) is unknown color: approx Pattens Blue. HEX triplet: C1, DB and EF. RGB value is (193,219,239). Sum of RGB (Red+Green+Blue) = 193+219+239=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBEF is #3E2410. Grayscale: #D5D5D5. Windows color (decimal): -4072465 or 15719361. OLE color: 15719361.

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

Color convert

RGB193219239-
CMYK0.190.0800.06
HSL206.09º58.97%84.71%-
HSV(B)206.09º19.25%93.73%-
XYZ62.968.2391.52-
YUV213.51142.39113.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.65%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=29.65%
G=33.64%
B=36.71%

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
Decimal1932192390.190.0800.06206.0958.9784.71
HexC1DBEF13806ce3b55
Octal30133335723100631673125
Binary1100000111011011111011111001110000110110011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBEF; }

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

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

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

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

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

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

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

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