Html Css Color HEX #83DAFF Light Sky Blue

📋 copy color: '#83DAFF'

red 131 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #83DAFF

Tints of Light Sky Blue #83DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 21.69%
G = 36.09%
B = 42.22%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83DAFF (or 0x83DAFF) is known color: Light Sky Blue. HEX triplet: 83, DA and FF. RGB value is (131,218,255). Sum of RGB (Red+Green+Blue) = 131+218+255=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #83DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DAFF is #7C2500. Grayscale: #C3C3C3. Windows color (decimal): -8135937 or 16767619. OLE color: 16767619.

HSL color Cylindrical-coordinate representation of color #83DAFF: hue angle of 197.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83DAFF is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 218 255 -
CMYK 0.49 0.15 0 0
HSL 197.9º 1% 0.76% -
HSV(B) 197.9º 0.49% 1% -
XYZ 52.48 62.19 103.85 -
YUV 196.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 131 218 255 0.49 0.15 0 0 197.9 1 0.76
Hex 83 DA FF 31 F 0 0 C6 64 4C
Octal 203 332 377 61 17 0 0 306 144 114
Binary 10000011 11011010 11111111 110001 1111 0 0 11000110 1100100 1001100

Color Harmonies of #83DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DAFF

Black with #83DAFF

Text Example


Text Example

White with #83DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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