Html Css Color HEX #7DCEFD Light Sky Blue

📋 copy color: '#7DCEFD'

red 125 ◦ green 206 ◦ blue 253

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

Shades of Light Sky Blue #7DCEFD

Tints of Light Sky Blue #7DCEFD

RGB

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

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

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

R = 21.4%
G = 35.27%
B = 43.32%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DCEFD (or 0x7DCEFD) is known color: Light Sky Blue. HEX triplet: 7D, CE and FD. RGB value is (125,206,253). Sum of RGB (Red+Green+Blue) = 125+206+253=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DCEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEFD is #823102. Grayscale: #BABABA. Windows color (decimal): -8532227 or 16633469. OLE color: 16633469.

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

Color convert

RGB 125 206 253 -
CMYK 0.51 0.19 0 0.01
HSL 202.03º 0.97% 0.74% -
HSV(B) 202.03º 0.51% 0.99% -
XYZ 48.26 55.59 101.12 -
YUV 187.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 125 206 253 0.51 0.19 0 0.01 202.03 0.97 0.74
Hex 7D CE FD 33 13 0 1 CA 61 4A
Octal 175 316 375 63 23 0 1 312 141 112
Binary 1111101 11001110 11111101 110011 10011 0 1 11001010 1100001 1001010

Color Harmonies of #7DCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEFD

Black with #7DCEFD

Text Example


Text Example

White with #7DCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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