Html Css Color HEX #7DDAFF Light Sky Blue

📋 copy color: '#7DDAFF'

red 125 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #7DDAFF

Tints of Light Sky Blue #7DDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.45%

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

R = 20.9%
G = 36.45%
B = 42.64%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DDAFF (or 0x7DDAFF) is known color: Light Sky Blue. HEX triplet: 7D, DA and FF. RGB value is (125,218,255). Sum of RGB (Red+Green+Blue) = 125+218+255=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDAFF is #822500. Grayscale: #C2C2C2. Windows color (decimal): -8529153 or 16767613. OLE color: 16767613.

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

Color convert

RGB 125 218 255 -
CMYK 0.51 0.15 0 0
HSL 197.08º 1% 0.75% -
HSV(B) 197.08º 0.51% 1% -
XYZ 51.58 61.72 103.8 -
YUV 194.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 125 218 255 0.51 0.15 0 0 197.08 1 0.75
Hex 7D DA FF 33 F 0 0 C5 64 4B
Octal 175 332 377 63 17 0 0 305 144 113
Binary 1111101 11011010 11111111 110011 1111 0 0 11000101 1100100 1001011

Color Harmonies of #7DDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDAFF

Black with #7DDAFF

Text Example


Text Example

White with #7DDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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