#C7EBFE

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

Shades of Pattens Blue #C7EBFE

Tints of Pattens Blue #C7EBFE

Color information

#C7EBFE (or 0xC7EBFE) is unknown color: approx Pattens Blue. HEX triplet: C7, EB and FE. RGB value is (199,235,254). Sum of RGB (Red+Green+Blue) = 199+235+254=688 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.92% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EBFE is #381401. Grayscale: #E2E2E2. Windows color (decimal): -3675138 or 16706503. OLE color: 16706503.

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

Color convert

RGB199235254-
CMYK0.220.0700.00
HSL200.73º96.49%88.82%-
HSV(B)200.73º21.65%99.61%-
XYZ71.1578.71105.21-
YUV226.4143.57108.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.92%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=28.92%
G=34.16%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992352540.220.0700.00200.7396.4988.82
HexC7EBFE16700c96059
Octal30735337626700311140131
Binary11000111111010111111111010110111001100100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBFE; }

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

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

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

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

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

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

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

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