Html Css Color HEX #7DCEED Sky Blue

📋 copy color: '#7DCEED'

red 125 ◦ green 206 ◦ blue 237

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

Shades of Sky Blue #7DCEED

Tints of Sky Blue #7DCEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

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

R = 22.01%
G = 36.27%
B = 41.73%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DCEED (or 0x7DCEED) is known color: Sky Blue. HEX triplet: 7D, CE and ED. RGB value is (125,206,237). Sum of RGB (Red+Green+Blue) = 125+206+237=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DCEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEED is #823112. Grayscale: #B9B9B9. Windows color (decimal): -8532243 or 15584893. OLE color: 15584893.

HSL color Cylindrical-coordinate representation of color #7DCEED: hue angle of 196.61º 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 #7DCEED is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 206 237 -
CMYK 0.47 0.13 0 0.07
HSL 196.61º 0.76% 0.71% -
HSV(B) 196.61º 0.47% 0.93% -
XYZ 45.81 54.62 88.25 -
YUV 185.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 125 206 237 0.47 0.13 0 0.07 196.61 0.76 0.71
Hex 7D CE ED 2F D 0 7 C5 4C 47
Octal 175 316 355 57 15 0 7 305 114 107
Binary 1111101 11001110 11101101 101111 1101 0 111 11000101 1001100 1000111

Color Harmonies of #7DCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEED

Black with #7DCEED

Text Example


Text Example

White with #7DCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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