#C2DAEB

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

Shades of Pattens Blue #C2DAEB

Tints of Pattens Blue #C2DAEB

Color information

#C2DAEB (or 0xC2DAEB) is unknown color: approx Pattens Blue. HEX triplet: C2, DA and EB. RGB value is (194,218,235). Sum of RGB (Red+Green+Blue) = 194+218+235=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEB is #3D2514. Grayscale: #D4D4D4. Windows color (decimal): -4007189 or 15456962. OLE color: 15456962.

HSL color Cylindrical-coordinate representation of color #C2DAEB: hue angle of 204.88º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DAEB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194218235-
CMYK0.170.0700.08
HSL204.88º50.62%84.12%-
HSV(B)204.88º17.45%92.16%-
XYZ62.3167.6188.36-
YUV212.76140.55114.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=29.98%
G=33.69%
B=36.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942182350.170.0700.08204.8850.6284.12
HexC2DAEB11708cd3354
Octal30233235321701031563124
Binary1100001011011010111010111000111101000110011011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAEB; }

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

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

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

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

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

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

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

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