#C7E4FE

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

Shades of Pattens Blue #C7E4FE

Tints of Pattens Blue #C7E4FE

Color information

#C7E4FE (or 0xC7E4FE) is unknown color: approx Pattens Blue. HEX triplet: C7, E4 and FE. RGB value is (199,228,254). Sum of RGB (Red+Green+Blue) = 199+228+254=681 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.22% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E4FE is #381B01. Grayscale: #DEDEDE. Windows color (decimal): -3676930 or 16704711. OLE color: 16704711.

HSL color Cylindrical-coordinate representation of color #C7E4FE: hue angle of 208.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7E4FE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199228254-
CMYK0.220.1000.00
HSL208.36º96.49%88.82%-
HSV(B)208.36º21.65%99.61%-
XYZ69.1974.78104.55-
YUV222.29145.89111.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.22%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=29.22%
G=33.48%
B=37.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992282540.220.1000.00208.3696.4988.82
HexC7E4FE16A00d06059
Octal307344376261200320140131
Binary110001111110010011111110101101010001101000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E4FE; }

 p { color: rgb(199,228,254); }

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

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

 a { background-color: rgb(199,228,254); }

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

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

 span { border-color: rgb(199,228,254); }

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