#C3DAEB

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

Shades of Pattens Blue #C3DAEB

Tints of Pattens Blue #C3DAEB

Color information

#C3DAEB (or 0xC3DAEB) is unknown color: approx Pattens Blue. HEX triplet: C3, DA and EB. RGB value is (195,218,235). Sum of RGB (Red+Green+Blue) = 195+218+235=648 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.09% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAEB is #3C2514. Grayscale: #D4D4D4. Windows color (decimal): -3941653 or 15456963. OLE color: 15456963.

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

Color convert

RGB195218235-
CMYK0.170.0700.08
HSL205.5º50%84.31%-
HSV(B)205.5º17.02%92.16%-
XYZ62.5767.7488.38-
YUV213.06140.38115.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.09%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=30.09%
G=33.64%
B=36.27%

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
Decimal1952182350.170.0700.08205.55084.31
HexC3DAEB11708ce3254
Octal30333235321701031662124
Binary1100001111011010111010111000111101000110011101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAEB; }

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

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

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

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

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

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

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

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