#C3DCEB

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

Shades of Pattens Blue #C3DCEB

Tints of Pattens Blue #C3DCEB

Color information

#C3DCEB (or 0xC3DCEB) is unknown color: approx Pattens Blue. HEX triplet: C3, DC and EB. RGB value is (195,220,235). Sum of RGB (Red+Green+Blue) = 195+220+235=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEB is #3C2314. Grayscale: #D6D6D6. Windows color (decimal): -3941141 or 15457475. OLE color: 15457475.

HSL color Cylindrical-coordinate representation of color #C3DCEB: hue angle of 202.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 #C3DCEB is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195220235-
CMYK0.170.0600.08
HSL202.5º50%84.31%-
HSV(B)202.5º17.02%92.16%-
XYZ63.0968.7988.55-
YUV214.24139.72114.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=30%
G=33.85%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952202350.170.0600.08202.55084.31
HexC3DCEB11608ca3254
Octal30333435321601031262124
Binary1100001111011100111010111000111001000110010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCEB; }

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

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

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

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

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

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

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

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