#C7E5FE

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

Shades of Pattens Blue #C7E5FE

Tints of Pattens Blue #C7E5FE

Color information

#C7E5FE (or 0xC7E5FE) is unknown color: approx Pattens Blue. HEX triplet: C7, E5 and FE. RGB value is (199,229,254). Sum of RGB (Red+Green+Blue) = 199+229+254=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E5FE is #381A01. Grayscale: #DEDEDE. Windows color (decimal): -3676674 or 16704967. OLE color: 16704967.

HSL color Cylindrical-coordinate representation of color #C7E5FE: hue angle of 207.27º 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 #C7E5FE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199229254-
CMYK0.220.1000.00
HSL207.27º96.49%88.82%-
HSV(B)207.27º21.65%99.61%-
XYZ69.4675.34104.65-
YUV222.88145.56110.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.18%
GREEN value IS 229 (89.84% from 255) = 33.58%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=29.18%
G=33.58%
B=37.24%

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
Decimal1992292540.220.1000.00207.2796.4988.82
HexC7E5FE16A00cf6059
Octal307345376261200317140131
Binary110001111110010111111110101101010001100111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E5FE; }

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

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

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

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

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

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

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

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