#C3DAE9

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

Shades of Pattens Blue #C3DAE9

Tints of Pattens Blue #C3DAE9

Color information

#C3DAE9 (or 0xC3DAE9) is unknown color: approx Pattens Blue. HEX triplet: C3, DA and E9. RGB value is (195,218,233). Sum of RGB (Red+Green+Blue) = 195+218+233=646 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.19% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #C3DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAE9 is #3C2516. Grayscale: #D4D4D4. Windows color (decimal): -3941655 or 15325891. OLE color: 15325891.

HSL color Cylindrical-coordinate representation of color #C3DAE9: hue angle of 203.68º degrees, saturation: 0.46, 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 #C3DAE9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195218233-
CMYK0.160.0600.09
HSL203.68º46.34%83.92%-
HSV(B)203.68º16.31%91.37%-
XYZ62.2967.6386.86-
YUV212.83139.38115.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.19%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=30.19%
G=33.75%
B=36.07%

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
Decimal1952182330.160.0600.09203.6846.3483.92
HexC3DAE910609cc2e54
Octal30333235120601131456124
Binary1100001111011010111010011000011001001110011001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAE9; }

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

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

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

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

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

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

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

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