#C7E4FD

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

Shades of Pattens Blue #C7E4FD

Tints of Pattens Blue #C7E4FD

Color information

#C7E4FD (or 0xC7E4FD) is unknown color: approx Pattens Blue. HEX triplet: C7, E4 and FD. RGB value is (199,228,253). Sum of RGB (Red+Green+Blue) = 199+228+253=680 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.26% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7E4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E4FD is #381B02. Grayscale: #DEDEDE. Windows color (decimal): -3676931 or 16639175. OLE color: 16639175.

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

Color convert

RGB199228253-
CMYK0.210.1000.01
HSL207.78º93.1%88.63%-
HSV(B)207.78º21.34%99.22%-
XYZ69.0374.72103.71-
YUV222.18145.39111.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.26%
GREEN value IS 228 (89.45% from 255) = 33.53%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=29.26%
G=33.53%
B=37.21%

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
Decimal1992282530.210.1000.01207.7893.188.63
HexC7E4FD15A01d05d59
Octal307344375251201320135131
Binary110001111110010011111101101011010011101000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E4FD; }

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

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

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

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

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

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

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

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