Html Css Color HEX #7DDCFF Light Sky Blue

📋 copy color: '#7DDCFF'

red 125 ◦ green 220 ◦ blue 255

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

Shades of Light Sky Blue #7DDCFF

Tints of Light Sky Blue #7DDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 20.83%
G = 36.67%
B = 42.5%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DDCFF (or 0x7DDCFF) is known color: Light Sky Blue. HEX triplet: 7D, DC and FF. RGB value is (125,220,255). Sum of RGB (Red+Green+Blue) = 125+220+255=600 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDCFF is #822300. Grayscale: #C3C3C3. Windows color (decimal): -8528641 or 16768125. OLE color: 16768125.

HSL color Cylindrical-coordinate representation of color #7DDCFF: hue angle of 196.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDCFF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 220 255 -
CMYK 0.51 0.14 0 0
HSL 196.15º 1% 0.75% -
HSV(B) 196.15º 0.51% 1% -
XYZ 52.1 62.77 103.98 -
YUV 195.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 125 220 255 0.51 0.14 0 0 196.15 1 0.75
Hex 7D DC FF 33 E 0 0 C4 64 4B
Octal 175 334 377 63 16 0 0 304 144 113
Binary 1111101 11011100 11111111 110011 1110 0 0 11000100 1100100 1001011

Color Harmonies of #7DDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCFF

Black with #7DDCFF

Text Example


Text Example

White with #7DDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,255); }

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

background-color css

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

 a { background-color: rgb(125,220,255); }

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

border-color css

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

 span { border-color: rgb(125,220,255); }

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