Html Css Color HEX #83DAFE Light Sky Blue

📋 copy color: '#83DAFE'

red 131 ◦ green 218 ◦ blue 254

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

Shades of Light Sky Blue #83DAFE

Tints of Light Sky Blue #83DAFE

RGB

 RED value IS 131 (51.56% from 255) = 21.72%

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

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

R = 21.72%
G = 36.15%
B = 42.12%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83DAFE (or 0x83DAFE) is known color: Light Sky Blue. HEX triplet: 83, DA and FE. RGB value is (131,218,254). Sum of RGB (Red+Green+Blue) = 131+218+254=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #83DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DAFE is #7C2501. Grayscale: #C3C3C3. Windows color (decimal): -8135938 or 16702083. OLE color: 16702083.

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

Color convert

RGB 131 218 254 -
CMYK 0.48 0.14 0 0.00
HSL 197.56º 0.98% 0.75% -
HSV(B) 197.56º 0.48% 1% -
XYZ 52.32 62.12 103 -
YUV 196.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 131 218 254 0.48 0.14 0 0.00 197.56 0.98 0.75
Hex 83 DA FE 30 E 0 0 C6 62 4B
Octal 203 332 376 60 16 0 0 306 142 113
Binary 10000011 11011010 11111110 110000 1110 0 0 11000110 1100010 1001011

Color Harmonies of #83DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAFE

Black with #83DAFE

Text Example


Text Example

White with #83DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83DAFE; }

 p { color: rgb(131,218,254); }

 H1.HeaderClassName
 {
   color: #83DAFE;
 }
 .AnyTagClassName
 {
   color: #83DAFE;
 }
</style>

background-color css

<style>
 a { background-color: #83DAFE; }

 a { background-color: rgb(131,218,254); }

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

border-color css

<style>
 span { border-color: #83DAFE; }

 span { border-color: rgb(131,218,254); }

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