Html Css Color HEX #7DDFFD Light Sky Blue

📋 copy color: '#7DDFFD'

red 125 ◦ green 223 ◦ blue 253

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

Shades of Light Sky Blue #7DDFFD

Tints of Light Sky Blue #7DDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 20.8%
G = 37.1%
B = 42.1%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DDFFD (or 0x7DDFFD) is known color: Light Sky Blue. HEX triplet: 7D, DF and FD. RGB value is (125,223,253). Sum of RGB (Red+Green+Blue) = 125+223+253=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFFD is #822002. Grayscale: #C4C4C4. Windows color (decimal): -8527875 or 16637821. OLE color: 16637821.

HSL color Cylindrical-coordinate representation of color #7DDFFD: hue angle of 194.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDFFD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 223 253 -
CMYK 0.51 0.12 0 0.01
HSL 194.06º 0.97% 0.74% -
HSV(B) 194.06º 0.51% 0.99% -
XYZ 52.57 64.23 102.55 -
YUV 197.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 125 223 253 0.51 0.12 0 0.01 194.06 0.97 0.74
Hex 7D DF FD 33 C 0 1 C2 61 4A
Octal 175 337 375 63 14 0 1 302 141 112
Binary 1111101 11011111 11111101 110011 1100 0 1 11000010 1100001 1001010

Color Harmonies of #7DDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFFD

Black with #7DDFFD

Text Example


Text Example

White with #7DDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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