Html Css Color HEX #83BFEE Light Sky Blue

📋 copy color: '#83BFEE'

red 131 ◦ green 191 ◦ blue 238

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

Shades of Light Sky Blue #83BFEE

Tints of Light Sky Blue #83BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.11%

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 23.39%
G = 34.11%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#83BFEE (or 0x83BFEE) is known color: Light Sky Blue. HEX triplet: 83, BF and EE. RGB value is (131,191,238). Sum of RGB (Red+Green+Blue) = 131+191+238=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #83BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BFEE is #7C4011. Grayscale: #B2B2B2. Windows color (decimal): -8142866 or 15646595. OLE color: 15646595.

HSL color Cylindrical-coordinate representation of color #83BFEE: hue angle of 206.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BFEE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 191 238 -
CMYK 0.45 0.20 0 0.07
HSL 206.36º 0.76% 0.72% -
HSV(B) 206.36º 0.45% 0.93% -
XYZ 43.42 48.26 87.92 -
YUV 178.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 131 191 238 0.45 0.20 0 0.07 206.36 0.76 0.72
Hex 83 BF EE 2D 14 0 7 CE 4C 48
Octal 203 277 356 55 24 0 7 316 114 110
Binary 10000011 10111111 11101110 101101 10100 0 111 11001110 1001100 1001000

Color Harmonies of #83BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFEE

Black with #83BFEE

Text Example


Text Example

White with #83BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,238); }

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

background-color css

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

 a { background-color: rgb(131,191,238); }

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

border-color css

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

 span { border-color: rgb(131,191,238); }

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