#C1DFEF

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

Shades of Pattens Blue #C1DFEF

Tints of Pattens Blue #C1DFEF

Color information

#C1DFEF (or 0xC1DFEF) is unknown color: approx Pattens Blue. HEX triplet: C1, DF and EF. RGB value is (193,223,239). Sum of RGB (Red+Green+Blue) = 193+223+239=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DFEF is #3E2010. Grayscale: #D7D7D7. Windows color (decimal): -4071441 or 15720385. OLE color: 15720385.

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

Color convert

RGB193223239-
CMYK0.190.0700.06
HSL200.87º58.97%84.71%-
HSV(B)200.87º19.25%93.73%-
XYZ63.9670.3491.87-
YUV215.85141.06111.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.47%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=29.47%
G=34.05%
B=36.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932232390.190.0700.06200.8758.9784.71
HexC1DFEF13706c93b55
Octal3013373572370631173125
Binary110000011101111111101111100111110110110010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DFEF; }

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

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

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

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

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

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

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

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