#7BD0EB

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

Shades of Sky Blue #7BD0EB

Tints of Sky Blue #7BD0EB

Color information

#7BD0EB (or 0x7BD0EB) is unknown color: approx Sky Blue. HEX triplet: 7B, D0 and EB. RGB value is (123,208,235). Sum of RGB (Red+Green+Blue) = 123+208+235=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BD0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD0EB is #842F14. Grayscale: #B9B9B9. Windows color (decimal): -8662805 or 15454331. OLE color: 15454331.

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

Color convert

RGB123208235-
CMYK0.480.1100.08
HSL194.46º73.68%70.2%-
HSV(B)194.46º47.66%92.16%-
XYZ45.7255.3286.87-
YUV185.66155.8483.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.73%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=21.73%
G=36.75%
B=41.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232082350.480.1100.08194.4673.6870.2
Hex7BD0EB30B08c24a46
Octal1733203536013010302112106
Binary111101111010000111010111100001011010001100001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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