#C2DFEF

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

Shades of Pattens Blue #C2DFEF

Tints of Pattens Blue #C2DFEF

Color information

#C2DFEF (or 0xC2DFEF) is unknown color: approx Pattens Blue. HEX triplet: C2, DF and EF. RGB value is (194,223,239). Sum of RGB (Red+Green+Blue) = 194+223+239=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFEF is #3D2010. Grayscale: #D8D8D8. Windows color (decimal): -4005905 or 15720386. OLE color: 15720386.

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

Color convert

RGB194223239-
CMYK0.190.0700.06
HSL201.33º58.44%84.9%-
HSV(B)201.33º18.83%93.73%-
XYZ64.2270.4891.88-
YUV216.15140.89112.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.57%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=29.57%
G=33.99%
B=36.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942232390.190.0700.06201.3358.4484.9
HexC2DFEF13706c93a55
Octal3023373572370631172125
Binary110000101101111111101111100111110110110010011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFEF; }

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

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

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

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

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

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

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

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