Html Css Color HEX #83BBF7 Maya Blue

📋 copy color: '#83BBF7'

red 131 ◦ green 187 ◦ blue 247

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

Shades of Maya Blue #83BBF7

Tints of Maya Blue #83BBF7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

 BLUE value IS 247 (96.88% from 255) = 43.72%

R = 23.19%
G = 33.1%
B = 43.72%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#83BBF7 (or 0x83BBF7) is known color: Maya Blue. HEX triplet: 83, BB and F7. RGB value is (131,187,247). Sum of RGB (Red+Green+Blue) = 131+187+247=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #83BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BBF7 is #7C4408. Grayscale: #B0B0B0. Windows color (decimal): -8143881 or 16235395. OLE color: 16235395.

HSL color Cylindrical-coordinate representation of color #83BBF7: hue angle of 211.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BBF7 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 187 247 -
CMYK 0.47 0.24 0 0.03
HSL 211.03º 0.88% 0.74% -
HSV(B) 211.03º 0.47% 0.97% -
XYZ 43.92 47.08 94.77 -
YUV 177.1 167.45 95.12 -
System Red Green Blue C M Y K H S L
Decimal 131 187 247 0.47 0.24 0 0.03 211.03 0.88 0.74
Hex 83 BB F7 2F 18 0 3 D3 58 4A
Octal 203 273 367 57 30 0 3 323 130 112
Binary 10000011 10111011 11110111 101111 11000 0 11 11010011 1011000 1001010

Color Harmonies of #83BBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBF7

Black with #83BBF7

Text Example


Text Example

White with #83BBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,247); }

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

background-color css

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

 a { background-color: rgb(131,187,247); }

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

border-color css

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

 span { border-color: rgb(131,187,247); }

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