#7CDBF1

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

Shades of Sky Blue #7CDBF1

Tints of Sky Blue #7CDBF1

Color information

#7CDBF1 (or 0x7CDBF1) is unknown color: approx Sky Blue. HEX triplet: 7C, DB and F1. RGB value is (124,219,241). Sum of RGB (Red+Green+Blue) = 124+219+241=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDBF1 is #83240E. Grayscale: #C0C0C0. Windows color (decimal): -8594447 or 15850364. OLE color: 15850364.

HSL color Cylindrical-coordinate representation of color #7CDBF1: hue angle of 191.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CDBF1 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124219241-
CMYK0.490.0900.05
HSL191.28º80.69%71.57%-
HSV(B)191.28º48.55%94.51%-
XYZ49.5261.392.44-
YUV193.1155.0378.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 241 (94.53% from 255) = 41.27%
R=21.23%
G=37.5%
B=41.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1242192410.490.0900.05191.2880.6971.57
Hex7CDBF131905bf5148
Octal174333361611105277121110
Binary11111001101101111110001110001100101011011111110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,219,241); }

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

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

 a { background-color: rgb(124,219,241); }

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

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

 span { border-color: rgb(124,219,241); }

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