#7bcfe2

Color #7BCFE2 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7BCFE2

Tints of Spray #7BCFE2

Color information

#7BCFE2 (or 0x7BCFE2) is unknown color: approx Spray. HEX triplet: 7B, CF and E2. RGB value is (123,207,226). Sum of RGB (Red+Green+Blue) = 123+207+226=556 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.12% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #7BCFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFE2 is #84301D. Grayscale: #B7B7B7. Windows color (decimal): -8663070 or 14864251. OLE color: 14864251.

HSL color Cylindrical-coordinate representation of color #7BCFE2: hue angle of 191.07º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BCFE2 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB123207226-
CMYK0.460.0800.11
HSL191.07º63.98%68.43%-
HSV(B)191.07º45.58%88.63%-
XYZ44.2154.3380.11-
YUV184.05151.6784.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.12%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 226 (88.67% from 255) = 40.65%
R=22.12%
G=37.23%
B=40.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232072260.460.0800.11191.0763.9868.43
Hex7BCFE22E80Bbf4044
Octal1733173425610013277100104
Binary111101111001111111000101011101000010111011111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bcfe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7bcfe2; }

 p { color: rgb(123,207,226); }

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

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

 a { background-color: rgb(123,207,226); }

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

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

 span { border-color: rgb(123,207,226); }

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