Html Css Color HEX #7DCEFC Light Sky Blue

📋 copy color: '#7DCEFC'

red 125 ◦ green 206 ◦ blue 252

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

Shades of Light Sky Blue #7DCEFC

Tints of Light Sky Blue #7DCEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.33%

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 21.44%
G = 35.33%
B = 43.22%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DCEFC (or 0x7DCEFC) is known color: Light Sky Blue. HEX triplet: 7D, CE and FC. RGB value is (125,206,252). Sum of RGB (Red+Green+Blue) = 125+206+252=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DCEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEFC is #823103. Grayscale: #BABABA. Windows color (decimal): -8532228 or 16567933. OLE color: 16567933.

HSL color Cylindrical-coordinate representation of color #7DCEFC: hue angle of 201.73º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCEFC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 206 252 -
CMYK 0.50 0.18 0 0.01
HSL 201.73º 0.95% 0.74% -
HSV(B) 201.73º 0.5% 0.99% -
XYZ 48.1 55.53 100.28 -
YUV 187.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 125 206 252 0.50 0.18 0 0.01 201.73 0.95 0.74
Hex 7D CE FC 32 12 0 1 CA 5F 4A
Octal 175 316 374 62 22 0 1 312 137 112
Binary 1111101 11001110 11111100 110010 10010 0 1 11001010 1011111 1001010

Color Harmonies of #7DCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEFC

Black with #7DCEFC

Text Example


Text Example

White with #7DCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,252); }

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

background-color css

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

 a { background-color: rgb(125,206,252); }

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

border-color css

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

 span { border-color: rgb(125,206,252); }

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