Html Css Color HEX #7DDFFF Light Sky Blue

📋 copy color: '#7DDFFF'

red 125 ◦ green 223 ◦ blue 255

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

Shades of Light Sky Blue #7DDFFF

Tints of Light Sky Blue #7DDFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 20.73%
G = 36.98%
B = 42.29%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DDFFF (or 0x7DDFFF) is known color: Light Sky Blue. HEX triplet: 7D, DF and FF. RGB value is (125,223,255). Sum of RGB (Red+Green+Blue) = 125+223+255=603 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.73% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFFF is #822000. Grayscale: #C5C5C5. Windows color (decimal): -8527873 or 16768893. OLE color: 16768893.

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

Color convert

RGB 125 223 255 -
CMYK 0.51 0.13 0 0
HSL 194.77º 1% 0.75% -
HSV(B) 194.77º 0.51% 1% -
XYZ 52.9 64.36 104.24 -
YUV 197.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 125 223 255 0.51 0.13 0 0 194.77 1 0.75
Hex 7D DF FF 33 D 0 0 C3 64 4B
Octal 175 337 377 63 15 0 0 303 144 113
Binary 1111101 11011111 11111111 110011 1101 0 0 11000011 1100100 1001011

Color Harmonies of #7DDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFFF

Black with #7DDFFF

Text Example


Text Example

White with #7DDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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