#C4DFFE

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

Shades of Pattens Blue #C4DFFE

Tints of Pattens Blue #C4DFFE

Color information

#C4DFFE (or 0xC4DFFE) is unknown color: approx Pattens Blue. HEX triplet: C4, DF and FE. RGB value is (196,223,254). Sum of RGB (Red+Green+Blue) = 196+223+254=673 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.12% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4DFFE is #3B2001. Grayscale: #DADADA. Windows color (decimal): -3874818 or 16703428. OLE color: 16703428.

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

Color convert

RGB196223254-
CMYK0.230.1200.00
HSL212.07º96.67%88.24%-
HSV(B)212.07º22.83%99.61%-
XYZ67.0471.67104.07-
YUV218.46148.05111.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.12%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=29.12%
G=33.14%
B=37.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962232540.230.1200.00212.0796.6788.24
HexC4DFFE17C00d46158
Octal304337376271400324141130
Binary110001001101111111111110101111100001101010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFFE; }

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

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

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

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

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

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

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

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