#C3DAE8

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

Shades of Pattens Blue #C3DAE8

Tints of Pattens Blue #C3DAE8

Color information

#C3DAE8 (or 0xC3DAE8) is unknown color: approx Pattens Blue. HEX triplet: C3, DA and E8. RGB value is (195,218,232). Sum of RGB (Red+Green+Blue) = 195+218+232=645 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.23% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAE8 is #3C2517. Grayscale: #D4D4D4. Windows color (decimal): -3941656 or 15260355. OLE color: 15260355.

HSL color Cylindrical-coordinate representation of color #C3DAE8: hue angle of 202.7º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3DAE8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195218232-
CMYK0.160.0600.09
HSL202.7º44.58%83.73%-
HSV(B)202.7º15.95%90.98%-
XYZ62.1467.5786.11-
YUV212.72138.88115.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.23%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=30.23%
G=33.80%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952182320.160.0600.09202.744.5883.73
HexC3DAE810609cb2d54
Octal30333235020601131355124
Binary1100001111011010111010001000011001001110010111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAE8; }

 p { color: rgb(195,218,232); }

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

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

 a { background-color: rgb(195,218,232); }

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

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

 span { border-color: rgb(195,218,232); }

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