Html Css Color HEX #7DDBFF Light Sky Blue

📋 copy color: '#7DDBFF'

red 125 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #7DDBFF

Tints of Light Sky Blue #7DDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 20.87%
G = 36.56%
B = 42.57%

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

#7DDBFF (or 0x7DDBFF) is known color: Light Sky Blue. HEX triplet: 7D, DB and FF. RGB value is (125,219,255). Sum of RGB (Red+Green+Blue) = 125+219+255=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDBFF is #822400. Grayscale: #C2C2C2. Windows color (decimal): -8528897 or 16767869. OLE color: 16767869.

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

Color convert

RGB 125 219 255 -
CMYK 0.51 0.14 0 0
HSL 196.62º 1% 0.75% -
HSV(B) 196.62º 0.51% 1% -
XYZ 51.84 62.24 103.89 -
YUV 195 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 125 219 255 0.51 0.14 0 0 196.62 1 0.75
Hex 7D DB FF 33 E 0 0 C5 64 4B
Octal 175 333 377 63 16 0 0 305 144 113
Binary 1111101 11011011 11111111 110011 1110 0 0 11000101 1100100 1001011

Color Harmonies of #7DDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDBFF

Black with #7DDBFF

Text Example


Text Example

White with #7DDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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