Html Css Color HEX #7DC2E9 Sky Blue

📋 copy color: '#7DC2E9'

red 125 ◦ green 194 ◦ blue 233

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

Shades of Sky Blue #7DC2E9

Tints of Sky Blue #7DC2E9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.14%

 BLUE value IS 233 (91.41% from 255) = 42.21%

R = 22.64%
G = 35.14%
B = 42.21%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7DC2E9 (or 0x7DC2E9) is known color: Sky Blue. HEX triplet: 7D, C2 and E9. RGB value is (125,194,233). Sum of RGB (Red+Green+Blue) = 125+194+233=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #7DC2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC2E9 is #823D16. Grayscale: #B1B1B1. Windows color (decimal): -8535319 or 15319677. OLE color: 15319677.

HSL color Cylindrical-coordinate representation of color #7DC2E9: hue angle of 201.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC2E9 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 194 233 -
CMYK 0.46 0.17 0 0.09
HSL 201.67º 0.71% 0.7% -
HSV(B) 201.67º 0.46% 0.91% -
XYZ 42.46 48.83 84.28 -
YUV 177.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 125 194 233 0.46 0.17 0 0.09 201.67 0.71 0.7
Hex 7D C2 E9 2E 11 0 9 CA 47 46
Octal 175 302 351 56 21 0 11 312 107 106
Binary 1111101 11000010 11101001 101110 10001 0 1001 11001010 1000111 1000110

Color Harmonies of #7DC2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2E9

Black with #7DC2E9

Text Example


Text Example

White with #7DC2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,233); }

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

background-color css

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

 a { background-color: rgb(125,194,233); }

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

border-color css

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

 span { border-color: rgb(125,194,233); }

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