#C7E2FC

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

Shades of Pattens Blue #C7E2FC

Tints of Pattens Blue #C7E2FC

Color information

#C7E2FC (or 0xC7E2FC) is unknown color: approx Pattens Blue. HEX triplet: C7, E2 and FC. RGB value is (199,226,252). Sum of RGB (Red+Green+Blue) = 199+226+252=677 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.39% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E2FC is #381D03. Grayscale: #DCDCDC. Windows color (decimal): -3677444 or 16573127. OLE color: 16573127.

HSL color Cylindrical-coordinate representation of color #C7E2FC: hue angle of 209.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E2FC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199226252-
CMYK0.210.1000.01
HSL209.43º89.83%88.43%-
HSV(B)209.43º21.03%98.82%-
XYZ68.3273.56102.69-
YUV220.89145.55112.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.39%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=29.39%
G=33.38%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992262520.210.1000.01209.4389.8388.43
HexC7E2FC15A01d15a58
Octal307342374251201321132130
Binary110001111110001011111100101011010011101000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E2FC; }

 p { color: rgb(199,226,252); }

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

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

 a { background-color: rgb(199,226,252); }

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

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

 span { border-color: rgb(199,226,252); }

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