Html Css Color HEX #83C2F5 Light Sky Blue

📋 copy color: '#83C2F5'

red 131 ◦ green 194 ◦ blue 245

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

Shades of Light Sky Blue #83C2F5

Tints of Light Sky Blue #83C2F5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.04%

 BLUE value IS 245 (96.09% from 255) = 42.98%

R = 22.98%
G = 34.04%
B = 42.98%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#83C2F5 (or 0x83C2F5) is known color: Light Sky Blue. HEX triplet: 83, C2 and F5. RGB value is (131,194,245). Sum of RGB (Red+Green+Blue) = 131+194+245=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #83C2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C2F5 is #7C3D0A. Grayscale: #B4B4B4. Windows color (decimal): -8142091 or 16106115. OLE color: 16106115.

HSL color Cylindrical-coordinate representation of color #83C2F5: hue angle of 206.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83C2F5 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 194 245 -
CMYK 0.47 0.21 0 0.04
HSL 206.84º 0.85% 0.74% -
HSV(B) 206.84º 0.47% 0.96% -
XYZ 45.13 50 93.66 -
YUV 180.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 131 194 245 0.47 0.21 0 0.04 206.84 0.85 0.74
Hex 83 C2 F5 2F 15 0 4 CF 55 4A
Octal 203 302 365 57 25 0 4 317 125 112
Binary 10000011 11000010 11110101 101111 10101 0 100 11001111 1010101 1001010

Color Harmonies of #83C2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C2F5

Black with #83C2F5

Text Example


Text Example

White with #83C2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,245); }

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

background-color css

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

 a { background-color: rgb(131,194,245); }

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

border-color css

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

 span { border-color: rgb(131,194,245); }

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