#C2DFF1

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

Shades of Pattens Blue #C2DFF1

Tints of Pattens Blue #C2DFF1

Color information

#C2DFF1 (or 0xC2DFF1) is unknown color: approx Pattens Blue. HEX triplet: C2, DF and F1. RGB value is (194,223,241). Sum of RGB (Red+Green+Blue) = 194+223+241=658 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.48% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2DFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFF1 is #3D200E. Grayscale: #D8D8D8. Windows color (decimal): -4005903 or 15851458. OLE color: 15851458.

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

Color convert

RGB194223241-
CMYK0.200.0700.05
HSL202.98º62.67%85.29%-
HSV(B)202.98º19.5%94.51%-
XYZ64.5170.693.45-
YUV216.38141.89112.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.48%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=29.48%
G=33.89%
B=36.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942232410.200.0700.05202.9862.6785.29
HexC2DFF114705cb3f55
Octal3023373612470531377125
Binary110000101101111111110001101001110101110010111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFF1; }

 p { color: rgb(194,223,241); }

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

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

 a { background-color: rgb(194,223,241); }

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

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

 span { border-color: rgb(194,223,241); }

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