#C4DFFA

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

Shades of Pattens Blue #C4DFFA

Tints of Pattens Blue #C4DFFA

Color information

#C4DFFA (or 0xC4DFFA) is unknown color: approx Pattens Blue. HEX triplet: C4, DF and FA. RGB value is (196,223,250). Sum of RGB (Red+Green+Blue) = 196+223+250=669 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.30% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFFA is #3B2005. Grayscale: #D9D9D9. Windows color (decimal): -3874822 or 16441284. OLE color: 16441284.

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

Color convert

RGB196223250-
CMYK0.220.1100.02
HSL210º84.38%87.45%-
HSV(B)210º21.6%98.04%-
XYZ66.4171.41100.73-
YUV218146.05112.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.30%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=29.30%
G=33.33%
B=37.37%

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
Decimal1962232500.220.1100.0221084.3887.45
HexC4DFFA16B02d25457
Octal304337372261302322124127
Binary1100010011011111111110101011010110101101001010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFFA; }

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

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

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

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

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

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

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

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