#C4E6F8

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

Shades of Pattens Blue #C4E6F8

Tints of Pattens Blue #C4E6F8

Color information

#C4E6F8 (or 0xC4E6F8) is unknown color: approx Pattens Blue. HEX triplet: C4, E6 and F8. RGB value is (196,230,248). Sum of RGB (Red+Green+Blue) = 196+230+248=674 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.08% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4E6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E6F8 is #3B1907. Grayscale: #DDDDDD. Windows color (decimal): -3873032 or 16312004. OLE color: 16312004.

HSL color Cylindrical-coordinate representation of color #C4E6F8: hue angle of 200.77º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4E6F8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196230248-
CMYK0.210.0700.03
HSL200.77º78.79%87.06%-
HSV(B)200.77º20.97%97.25%-
XYZ68.0175.1199.72-
YUV221.89142.74109.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.08%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=29.08%
G=34.12%
B=36.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1962302480.210.0700.03200.7778.7987.06
HexC4E6F815703c94f57
Octal30434637025703311117127
Binary110001001110011011111000101011110111100100110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E6F8; }

 p { color: rgb(196,230,248); }

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

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

 a { background-color: rgb(196,230,248); }

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

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

 span { border-color: rgb(196,230,248); }

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