#C7E4FB

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

Shades of Pattens Blue #C7E4FB

Tints of Pattens Blue #C7E4FB

Color information

#C7E4FB (or 0xC7E4FB) is unknown color: approx Pattens Blue. HEX triplet: C7, E4 and FB. RGB value is (199,228,251). Sum of RGB (Red+Green+Blue) = 199+228+251=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7E4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E4FB is #381B04. Grayscale: #DDDDDD. Windows color (decimal): -3676933 or 16508103. OLE color: 16508103.

HSL color Cylindrical-coordinate representation of color #C7E4FB: hue angle of 206.54º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E4FB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199228251-
CMYK0.210.0900.02
HSL206.54º86.67%88.24%-
HSV(B)206.54º20.72%98.43%-
XYZ68.7174.59102.04-
YUV221.95144.39111.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.35%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=29.35%
G=33.63%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992282510.210.0900.02206.5486.6788.24
HexC7E4FB15902cf5758
Octal307344373251102317127130
Binary1100011111100100111110111010110010101100111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E4FB; }

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

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

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

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

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

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

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

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