Html Css Color HEX #7DCFFF Light Sky Blue

📋 copy color: '#7DCFFF'

red 125 ◦ green 207 ◦ blue 255

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

Shades of Light Sky Blue #7DCFFF

Tints of Light Sky Blue #7DCFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.26%

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

R = 21.29%
G = 35.26%
B = 43.44%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DCFFF (or 0x7DCFFF) is known color: Light Sky Blue. HEX triplet: 7D, CF and FF. RGB value is (125,207,255). Sum of RGB (Red+Green+Blue) = 125+207+255=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCFFF is #823000. Grayscale: #BBBBBB. Windows color (decimal): -8531969 or 16764797. OLE color: 16764797.

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

Color convert

RGB 125 207 255 -
CMYK 0.51 0.19 0 0
HSL 202.15º 1% 0.75% -
HSV(B) 202.15º 0.51% 1% -
XYZ 48.82 56.21 102.88 -
YUV 187.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 125 207 255 0.51 0.19 0 0 202.15 1 0.75
Hex 7D CF FF 33 13 0 0 CA 64 4B
Octal 175 317 377 63 23 0 0 312 144 113
Binary 1111101 11001111 11111111 110011 10011 0 0 11001010 1100100 1001011

Color Harmonies of #7DCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFFF

Black with #7DCFFF

Text Example


Text Example

White with #7DCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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