#C2DFFF

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

Shades of Pattens Blue #C2DFFF

Tints of Pattens Blue #C2DFFF

Color information

#C2DFFF (or 0xC2DFFF) is unknown color: approx Pattens Blue. HEX triplet: C2, DF and FF. RGB value is (194,223,255). Sum of RGB (Red+Green+Blue) = 194+223+255=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFF is #3D2000. Grayscale: #D9D9D9. Windows color (decimal): -4005889 or 16768962. OLE color: 16768962.

HSL color Cylindrical-coordinate representation of color #C2DFFF: hue angle of 211.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DFFF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194223255-
CMYK0.240.1300
HSL211.48º100%88.04%-
HSV(B)211.48º23.92%100%-
XYZ66.6971.46104.89-
YUV217.98148.89110.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.87%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 255 (100% from 255) = 37.95%
R=28.87%
G=33.18%
B=37.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942232550.240.1300211.4810088.04
HexC2DFFF18D00d36458
Octal302337377301500323144130
Binary110000101101111111111111110001101001101001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFFF; }

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

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

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

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

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

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

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

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