#7be0fd

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

Shades of Light Sky Blue #7BE0FD

Tints of Light Sky Blue #7BE0FD

Color information

#7BE0FD (or 0x7BE0FD) is unknown color: approx Light Sky Blue. HEX triplet: 7B, E0 and FD. RGB value is (123,224,253). Sum of RGB (Red+Green+Blue) = 123+224+253=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE0FD is #841F02. Grayscale: #C4C4C4. Windows color (decimal): -8658691 or 16638075. OLE color: 16638075.

HSL color Cylindrical-coordinate representation of color #7BE0FD: hue angle of 193.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BE0FD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123224253-
CMYK0.510.1100.01
HSL193.38º97.01%73.73%-
HSV(B)193.38º51.38%99.22%-
XYZ52.5564.61102.63-
YUV197.11159.5475.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=20.5%
G=37.33%
B=42.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232242530.510.1100.01193.3897.0173.73
Hex7BE0FD33B01c1614a
Octal173340375631301301141112
Binary111101111100000111111011100111011011100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7be0fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,224,253); }

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

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

 a { background-color: rgb(123,224,253); }

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

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

 span { border-color: rgb(123,224,253); }

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