Html Css Color HEX #83BFE1 Sky Blue

📋 copy color: '#83BFE1'

red 131 ◦ green 191 ◦ blue 225

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

Shades of Sky Blue #83BFE1

Tints of Sky Blue #83BFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 23.95%
G = 34.92%
B = 41.13%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83BFE1 (or 0x83BFE1) is known color: Sky Blue. HEX triplet: 83, BF and E1. RGB value is (131,191,225). Sum of RGB (Red+Green+Blue) = 131+191+225=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #83BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFE1 is #7C401E. Grayscale: #B0B0B0. Windows color (decimal): -8142879 or 14794627. OLE color: 14794627.

HSL color Cylindrical-coordinate representation of color #83BFE1: hue angle of 201.7º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83BFE1 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 191 225 -
CMYK 0.42 0.15 0 0.12
HSL 201.7º 0.61% 0.7% -
HSV(B) 201.7º 0.42% 0.88% -
XYZ 41.58 47.52 78.22 -
YUV 176.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 131 191 225 0.42 0.15 0 0.12 201.7 0.61 0.7
Hex 83 BF E1 2A F 0 C CA 3D 46
Octal 203 277 341 52 17 0 14 312 75 106
Binary 10000011 10111111 11100001 101010 1111 0 1100 11001010 111101 1000110

Color Harmonies of #83BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BFE1

Black with #83BFE1

Text Example


Text Example

White with #83BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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