Html Css Color HEX #7DC6ED Sky Blue

📋 copy color: '#7DC6ED'

red 125 ◦ green 198 ◦ blue 237

#7DC6ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #7DC6ED

Tints of Sky Blue #7DC6ED

RGB

 RED value IS 125 (49.22% from 255) = 22.32%

 GREEN value IS 198 (77.73% from 255) = 35.36%

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 22.32%
G = 35.36%
B = 42.32%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DC6ED (or 0x7DC6ED) is known color: Sky Blue. HEX triplet: 7D, C6 and ED. RGB value is (125,198,237). Sum of RGB (Red+Green+Blue) = 125+198+237=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DC6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC6ED is #823912. Grayscale: #B4B4B4. Windows color (decimal): -8534291 or 15582845. OLE color: 15582845.

HSL color Cylindrical-coordinate representation of color #7DC6ED: hue angle of 200.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC6ED is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 198 237 -
CMYK 0.47 0.16 0 0.07
HSL 200.89º 0.76% 0.71% -
HSV(B) 200.89º 0.47% 0.93% -
XYZ 43.94 50.86 87.62 -
YUV 180.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 125 198 237 0.47 0.16 0 0.07 200.89 0.76 0.71
Hex 7D C6 ED 2F 10 0 7 C9 4C 47
Octal 175 306 355 57 20 0 7 311 114 107
Binary 1111101 11000110 11101101 101111 10000 0 111 11001001 1001100 1000111

Color Harmonies of #7DC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC6ED

Black with #7DC6ED

Text Example


Text Example

White with #7DC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,237); }

 H1.HeaderClassName
 {
   color: #7DC6ED;
 }
 .AnyTagClassName
 {
   color: #7DC6ED;
 }
</style>

background-color css

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

 a { background-color: rgb(125,198,237); }

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

border-color css

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

 span { border-color: rgb(125,198,237); }

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