Html Css Color HEX #7DDEFF Light Sky Blue

📋 copy color: '#7DDEFF'

red 125 ◦ green 222 ◦ blue 255

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

Shades of Light Sky Blue #7DDEFF

Tints of Light Sky Blue #7DDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.88%

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

R = 20.76%
G = 36.88%
B = 42.36%

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

#7DDEFF (or 0x7DDEFF) is known color: Light Sky Blue. HEX triplet: 7D, DE and FF. RGB value is (125,222,255). Sum of RGB (Red+Green+Blue) = 125+222+255=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEFF is #822100. Grayscale: #C4C4C4. Windows color (decimal): -8528129 or 16768637. OLE color: 16768637.

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

Color convert

RGB 125 222 255 -
CMYK 0.51 0.13 0 0
HSL 195.23º 1% 0.75% -
HSV(B) 195.23º 0.51% 1% -
XYZ 52.63 63.82 104.15 -
YUV 196.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 125 222 255 0.51 0.13 0 0 195.23 1 0.75
Hex 7D DE FF 33 D 0 0 C3 64 4B
Octal 175 336 377 63 15 0 0 303 144 113
Binary 1111101 11011110 11111111 110011 1101 0 0 11000011 1100100 1001011

Color Harmonies of #7DDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEFF

Black with #7DDEFF

Text Example


Text Example

White with #7DDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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