#C3DCEF

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

Shades of Pattens Blue #C3DCEF

Tints of Pattens Blue #C3DCEF

Color information

#C3DCEF (or 0xC3DCEF) is unknown color: approx Pattens Blue. HEX triplet: C3, DC and EF. RGB value is (195,220,239). Sum of RGB (Red+Green+Blue) = 195+220+239=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCEF is #3C2310. Grayscale: #D6D6D6. Windows color (decimal): -3941137 or 15719619. OLE color: 15719619.

HSL color Cylindrical-coordinate representation of color #C3DCEF: hue angle of 205.91º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DCEF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195220239-
CMYK0.180.0800.06
HSL205.91º57.89%85.1%-
HSV(B)205.91º18.41%93.73%-
XYZ63.6869.0291.63-
YUV214.69141.72113.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=29.82%
G=33.64%
B=36.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952202390.180.0800.06205.9157.8985.1
HexC3DCEF12806ce3a55
Octal30333435722100631672125
Binary1100001111011100111011111001010000110110011101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCEF; }

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

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

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

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

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

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

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

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