#C1DAEB

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

Shades of Pattens Blue #C1DAEB

Tints of Pattens Blue #C1DAEB

Color information

#C1DAEB (or 0xC1DAEB) is unknown color: approx Pattens Blue. HEX triplet: C1, DA and EB. RGB value is (193,218,235). Sum of RGB (Red+Green+Blue) = 193+218+235=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAEB is #3E2514. Grayscale: #D4D4D4. Windows color (decimal): -4072725 or 15456961. OLE color: 15456961.

HSL color Cylindrical-coordinate representation of color #C1DAEB: hue angle of 204.29º degrees, saturation: 0.51, 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 #C1DAEB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193218235-
CMYK0.180.0700.08
HSL204.29º51.22%83.92%-
HSV(B)204.29º17.87%92.16%-
XYZ62.0667.4888.35-
YUV212.46140.72114.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.88%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=29.88%
G=33.75%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932182350.180.0700.08204.2951.2283.92
HexC1DAEB12708cc3354
Octal30133235322701031463124
Binary1100000111011010111010111001011101000110011001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAEB; }

 p { color: rgb(193,218,235); }

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

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

 a { background-color: rgb(193,218,235); }

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

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

 span { border-color: rgb(193,218,235); }

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