#C4DFFB

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

Shades of Pattens Blue #C4DFFB

Tints of Pattens Blue #C4DFFB

Color information

#C4DFFB (or 0xC4DFFB) is unknown color: approx Pattens Blue. HEX triplet: C4, DF and FB. RGB value is (196,223,251). Sum of RGB (Red+Green+Blue) = 196+223+251=670 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.25% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFFB is #3B2004. Grayscale: #D9D9D9. Windows color (decimal): -3874821 or 16506820. OLE color: 16506820.

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

Color convert

RGB196223251-
CMYK0.220.1100.02
HSL210.55º87.3%87.65%-
HSV(B)210.55º21.91%98.43%-
XYZ66.5771.48101.55-
YUV218.12146.55112.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.25%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=29.25%
G=33.28%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962232510.220.1100.02210.5587.387.65
HexC4DFFB16B02d35758
Octal304337373261302323127130
Binary1100010011011111111110111011010110101101001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFFB; }

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

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

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

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

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

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

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

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