#7BD6EB

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

Shades of Sky Blue #7BD6EB

Tints of Sky Blue #7BD6EB

Color information

#7BD6EB (or 0x7BD6EB) is unknown color: approx Sky Blue. HEX triplet: 7B, D6 and EB. RGB value is (123,214,235). Sum of RGB (Red+Green+Blue) = 123+214+235=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BD6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD6EB is #842914. Grayscale: #BDBDBD. Windows color (decimal): -8661269 or 15455867. OLE color: 15455867.

HSL color Cylindrical-coordinate representation of color #7BD6EB: hue angle of 191.25º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BD6EB is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123214235-
CMYK0.480.0900.08
HSL191.25º73.68%70.2%-
HSV(B)191.25º47.66%92.16%-
XYZ47.2158.387.36-
YUV189.18153.8580.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.50%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=21.50%
G=37.41%
B=41.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232142350.480.0900.08191.2573.6870.2
Hex7BD6EB30908bf4a46
Octal1733263536011010277112106
Binary111101111010110111010111100001001010001011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,214,235); }

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

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

 a { background-color: rgb(123,214,235); }

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

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

 span { border-color: rgb(123,214,235); }

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