#7BE1FD

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

Shades of Light Sky Blue #7BE1FD

Tints of Light Sky Blue #7BE1FD

Color information

#7BE1FD (or 0x7BE1FD) is unknown color: approx Light Sky Blue. HEX triplet: 7B, E1 and FD. RGB value is (123,225,253). Sum of RGB (Red+Green+Blue) = 123+225+253=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BE1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE1FD is #841E02. Grayscale: #C5C5C5. Windows color (decimal): -8658435 or 16638331. OLE color: 16638331.

HSL color Cylindrical-coordinate representation of color #7BE1FD: hue angle of 192.92º 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 #7BE1FD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB123225253-
CMYK0.510.1100.01
HSL192.92º97.01%73.73%-
HSV(B)192.92º51.38%99.22%-
XYZ52.8265.15102.72-
YUV197.69159.2174.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.47%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=20.47%
G=37.44%
B=42.10%

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
Decimal1232252530.510.1100.01192.9297.0173.73
Hex7BE1FD33B01c1614a
Octal173341375631301301141112
Binary111101111100001111111011100111011011100000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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