Html Css Color HEX #7BDAFA Light Sky Blue

📋 copy color: '#7BDAFA'

red 123 ◦ green 218 ◦ blue 250

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

Shades of Light Sky Blue #7BDAFA

Tints of Light Sky Blue #7BDAFA

RGB

 RED value IS 123 (48.44% from 255) = 20.81%

 GREEN value IS 218 (85.55% from 255) = 36.89%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 20.81%
G = 36.89%
B = 42.3%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7BDAFA (or 0x7BDAFA) is known color: Light Sky Blue. HEX triplet: 7B, DA and FA. RGB value is (123,218,250). Sum of RGB (Red+Green+Blue) = 123+218+250=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #7BDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDAFA is #842505. Grayscale: #C1C1C1. Windows color (decimal): -8660230 or 16439931. OLE color: 16439931.

HSL color Cylindrical-coordinate representation of color #7BDAFA: hue angle of 195.12º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BDAFA is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 218 250 -
CMYK 0.51 0.13 0 0.02
HSL 195.12º 0.93% 0.73% -
HSV(B) 195.12º 0.51% 0.98% -
XYZ 50.5 61.26 99.6 -
YUV 193.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 123 218 250 0.51 0.13 0 0.02 195.12 0.93 0.73
Hex 7B DA FA 33 D 0 2 C3 5D 49
Octal 173 332 372 63 15 0 2 303 135 111
Binary 1111011 11011010 11111010 110011 1101 0 10 11000011 1011101 1001001

Color Harmonies of #7BDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BDAFA

Black with #7BDAFA

Text Example


Text Example

White with #7BDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,218,250); }

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

background-color css

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

 a { background-color: rgb(123,218,250); }

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

border-color css

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

 span { border-color: rgb(123,218,250); }

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