Html Css Color HEX #83E2FF Light Sky Blue

📋 copy color: '#83E2FF'

red 131 ◦ green 226 ◦ blue 255

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

Shades of Light Sky Blue #83E2FF

Tints of Light Sky Blue #83E2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 21.41%
G = 36.93%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83E2FF (or 0x83E2FF) is known color: Light Sky Blue. HEX triplet: 83, E2 and FF. RGB value is (131,226,255). Sum of RGB (Red+Green+Blue) = 131+226+255=612 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.41% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #83E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E2FF is #7C1D00. Grayscale: #C8C8C8. Windows color (decimal): -8133889 or 16769667. OLE color: 16769667.

HSL color Cylindrical-coordinate representation of color #83E2FF: hue angle of 194.03º 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 #83E2FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 226 255 -
CMYK 0.49 0.11 0 0
HSL 194.03º 1% 0.76% -
HSV(B) 194.03º 0.49% 1% -
XYZ 54.61 66.44 104.55 -
YUV 200.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 131 226 255 0.49 0.11 0 0 194.03 1 0.76
Hex 83 E2 FF 31 B 0 0 C2 64 4C
Octal 203 342 377 61 13 0 0 302 144 114
Binary 10000011 11100010 11111111 110001 1011 0 0 11000010 1100100 1001100

Color Harmonies of #83E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E2FF

Black with #83E2FF

Text Example


Text Example

White with #83E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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