Html Css Color HEX #7CDBFE Light Sky Blue

📋 copy color: '#7CDBFE'

red 124 ◦ green 219 ◦ blue 254

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

Shades of Light Sky Blue #7CDBFE

Tints of Light Sky Blue #7CDBFE

RGB

 RED value IS 124 (48.83% from 255) = 20.77%

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 20.77%
G = 36.68%
B = 42.55%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7CDBFE (or 0x7CDBFE) is known color: Light Sky Blue. HEX triplet: 7C, DB and FE. RGB value is (124,219,254). Sum of RGB (Red+Green+Blue) = 124+219+254=597 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.77% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDBFE is #832401. Grayscale: #C2C2C2. Windows color (decimal): -8594434 or 16702332. OLE color: 16702332.

HSL color Cylindrical-coordinate representation of color #7CDBFE: hue angle of 196.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CDBFE is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 219 254 -
CMYK 0.51 0.14 0 0.00
HSL 196.15º 0.98% 0.74% -
HSV(B) 196.15º 0.51% 1% -
XYZ 51.53 62.1 103.04 -
YUV 194.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 124 219 254 0.51 0.14 0 0.00 196.15 0.98 0.74
Hex 7C DB FE 33 E 0 0 C4 62 4A
Octal 174 333 376 63 16 0 0 304 142 112
Binary 1111100 11011011 11111110 110011 1110 0 0 11000100 1100010 1001010

Color Harmonies of #7CDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDBFE

Black with #7CDBFE

Text Example


Text Example

White with #7CDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,254); }

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

background-color css

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

 a { background-color: rgb(124,219,254); }

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

border-color css

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

 span { border-color: rgb(124,219,254); }

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