#7BD7EF

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

Shades of Sky Blue #7BD7EF

Tints of Sky Blue #7BD7EF

Color information

#7BD7EF (or 0x7BD7EF) is unknown color: approx Sky Blue. HEX triplet: 7B, D7 and EF. RGB value is (123,215,239). Sum of RGB (Red+Green+Blue) = 123+215+239=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BD7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD7EF is #842810. Grayscale: #BEBEBE. Windows color (decimal): -8661009 or 15718267. OLE color: 15718267.

HSL color Cylindrical-coordinate representation of color #7BD7EF: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BD7EF is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123215239-
CMYK0.490.1000.06
HSL192.41º78.38%70.98%-
HSV(B)192.41º48.54%93.73%-
XYZ48.0559.0490.53-
YUV190.23155.5280.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.32%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 239 (93.75% from 255) = 41.42%
R=21.32%
G=37.26%
B=41.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232152390.490.1000.06192.4178.3870.98
Hex7BD7EF31A06c04e47
Octal173327357611206300116107
Binary11110111101011111101111110001101001101100000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,215,239); }

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

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

 a { background-color: rgb(123,215,239); }

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

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

 span { border-color: rgb(123,215,239); }

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