Html Css Color HEX #7DDBFE Light Sky Blue

📋 copy color: '#7DDBFE'

red 125 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #7DDBFE

Tints of Light Sky Blue #7DDBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 20.9%
G = 36.62%
B = 42.47%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DDBFE (or 0x7DDBFE) is known color: Light Sky Blue. HEX triplet: 7D, DB and FE. RGB value is (125,219,254). Sum of RGB (Red+Green+Blue) = 125+219+254=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDBFE is #822401. Grayscale: #C2C2C2. Windows color (decimal): -8528898 or 16702333. OLE color: 16702333.

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

Color convert

RGB 125 219 254 -
CMYK 0.51 0.14 0 0.00
HSL 196.28º 0.98% 0.74% -
HSV(B) 196.28º 0.51% 1% -
XYZ 51.68 62.18 103.04 -
YUV 194.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 125 219 254 0.51 0.14 0 0.00 196.28 0.98 0.74
Hex 7D DB FE 33 E 0 0 C4 62 4A
Octal 175 333 376 63 16 0 0 304 142 112
Binary 1111101 11011011 11111110 110011 1110 0 0 11000100 1100010 1001010

Color Harmonies of #7DDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDBFE

Black with #7DDBFE

Text Example


Text Example

White with #7DDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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