Html Css Color HEX #7DCAFF Light Sky Blue

📋 copy color: '#7DCAFF'

red 125 ◦ green 202 ◦ blue 255

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

Shades of Light Sky Blue #7DCAFF

Tints of Light Sky Blue #7DCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.71%

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

R = 21.48%
G = 34.71%
B = 43.81%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DCAFF (or 0x7DCAFF) is known color: Light Sky Blue. HEX triplet: 7D, CA and FF. RGB value is (125,202,255). Sum of RGB (Red+Green+Blue) = 125+202+255=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAFF is #823500. Grayscale: #B8B8B8. Windows color (decimal): -8533249 or 16763517. OLE color: 16763517.

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

Color convert

RGB 125 202 255 -
CMYK 0.51 0.21 0 0
HSL 204.46º 1% 0.75% -
HSV(B) 204.46º 0.51% 1% -
XYZ 47.63 53.82 102.49 -
YUV 185.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 125 202 255 0.51 0.21 0 0 204.46 1 0.75
Hex 7D CA FF 33 15 0 0 CC 64 4B
Octal 175 312 377 63 25 0 0 314 144 113
Binary 1111101 11001010 11111111 110011 10101 0 0 11001100 1100100 1001011

Color Harmonies of #7DCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCAFF

Black with #7DCAFF

Text Example


Text Example

White with #7DCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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