#C3DFF3

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

Shades of Pattens Blue #C3DFF3

Tints of Pattens Blue #C3DFF3

Color information

#C3DFF3 (or 0xC3DFF3) is unknown color: approx Pattens Blue. HEX triplet: C3, DF and F3. RGB value is (195,223,243). Sum of RGB (Red+Green+Blue) = 195+223+243=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFF3 is #3C200C. Grayscale: #D8D8D8. Windows color (decimal): -3940365 or 15982531. OLE color: 15982531.

HSL color Cylindrical-coordinate representation of color #C3DFF3: hue angle of 205º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3DFF3 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195223243-
CMYK0.200.0800.05
HSL205º66.67%85.88%-
HSV(B)205º19.75%95.29%-
XYZ65.0770.8595.04-
YUV216.91142.72112.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.50%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 243 (95.31% from 255) = 36.76%
R=29.50%
G=33.74%
B=36.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952232430.200.0800.0520566.6785.88
HexC3DFF314805cd4356
Octal303337363241005315103126
Binary11000011110111111111001110100100001011100110110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFF3; }

 p { color: rgb(195,223,243); }

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

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

 a { background-color: rgb(195,223,243); }

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

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

 span { border-color: rgb(195,223,243); }

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