#C3DCF1

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

Shades of Pattens Blue #C3DCF1

Tints of Pattens Blue #C3DCF1

Color information

#C3DCF1 (or 0xC3DCF1) is unknown color: approx Pattens Blue. HEX triplet: C3, DC and F1. RGB value is (195,220,241). Sum of RGB (Red+Green+Blue) = 195+220+241=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DCF1 is #3C230E. Grayscale: #D6D6D6. Windows color (decimal): -3941135 or 15850691. OLE color: 15850691.

HSL color Cylindrical-coordinate representation of color #C3DCF1: hue angle of 207.39º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3DCF1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195220241-
CMYK0.190.0900.05
HSL207.39º62.16%85.49%-
HSV(B)207.39º19.09%94.51%-
XYZ63.9869.1493.19-
YUV214.92142.72113.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.73%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=29.73%
G=33.54%
B=36.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952202410.190.0900.05207.3962.1685.49
HexC3DCF113905cf3e55
Octal30333436123110531776125
Binary1100001111011100111100011001110010101110011111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCF1; }

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

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

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

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

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

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

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

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