#C2DFFB

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

Shades of Pattens Blue #C2DFFB

Tints of Pattens Blue #C2DFFB

Color information

#C2DFFB (or 0xC2DFFB) is unknown color: approx Pattens Blue. HEX triplet: C2, DF and FB. RGB value is (194,223,251). Sum of RGB (Red+Green+Blue) = 194+223+251=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFB is #3D2004. Grayscale: #D9D9D9. Windows color (decimal): -4005893 or 16506818. OLE color: 16506818.

HSL color Cylindrical-coordinate representation of color #C2DFFB: hue angle of 209.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DFFB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194223251-
CMYK0.230.1100.02
HSL209.47º87.69%87.25%-
HSV(B)209.47º22.71%98.43%-
XYZ66.0571.21101.53-
YUV217.52146.89111.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.04%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=29.04%
G=33.38%
B=37.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942232510.230.1100.02209.4787.6987.25
HexC2DFFB17B02d15857
Octal302337373271302321130127
Binary1100001011011111111110111011110110101101000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DFFB; }

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

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

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

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

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

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

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

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