#7BC0E4

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

Shades of Sky Blue #7BC0E4

Tints of Sky Blue #7BC0E4

Color information

#7BC0E4 (or 0x7BC0E4) is unknown color: approx Sky Blue. HEX triplet: 7B, C0 and E4. RGB value is (123,192,228). Sum of RGB (Red+Green+Blue) = 123+192+228=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #7BC0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC0E4 is #843F1B. Grayscale: #AFAFAF. Windows color (decimal): -8666908 or 14991483. OLE color: 14991483.

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

Color convert

RGB123192228-
CMYK0.460.1600.11
HSL200.57º66.04%68.82%-
HSV(B)200.57º46.05%89.41%-
XYZ41.0247.5180.41-
YUV175.47157.6490.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.65%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 228 (89.45% from 255) = 41.99%
R=22.65%
G=35.36%
B=41.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1231922280.460.1600.11200.5766.0468.82
Hex7BC0E42E100Bc94245
Octal1733003445620013311102105
Binary1111011110000001110010010111010000010111100100110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,228); }

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

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

 a { background-color: rgb(123,192,228); }

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

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

 span { border-color: rgb(123,192,228); }

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