#C1DAEA

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

Shades of Pattens Blue #C1DAEA

Tints of Pattens Blue #C1DAEA

Color information

#C1DAEA (or 0xC1DAEA) is unknown color: approx Pattens Blue. HEX triplet: C1, DA and EA. RGB value is (193,218,234). Sum of RGB (Red+Green+Blue) = 193+218+234=645 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.92% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAEA is #3E2515. Grayscale: #D4D4D4. Windows color (decimal): -4072726 or 15391425. OLE color: 15391425.

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

Color convert

RGB193218234-
CMYK0.180.0700.08
HSL203.41º49.4%83.73%-
HSV(B)203.41º17.52%91.76%-
XYZ61.9267.4287.59-
YUV212.35140.22114.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.92%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=29.92%
G=33.80%
B=36.28%

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
Decimal1932182340.180.0700.08203.4149.483.73
HexC1DAEA12708cb3154
Octal30133235222701031361124
Binary1100000111011010111010101001011101000110010111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAEA; }

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

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

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

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

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

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

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

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