Html Css Color HEX #58BFFF Maya Blue

📋 copy color: '#58BFFF'

red 88 ◦ green 191 ◦ blue 255

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

Shades of Maya Blue #58BFFF

Tints of Maya Blue #58BFFF

RGB

 RED value IS 88 (34.77% from 255) = 16.48%

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

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

R = 16.48%
G = 35.77%
B = 47.75%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58BFFF (or 0x58BFFF) is known color: Maya Blue. HEX triplet: 58, BF and FF. RGB value is (88,191,255). Sum of RGB (Red+Green+Blue) = 88+191+255=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #58BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFFF is #A74000. Grayscale: #A7A7A7. Windows color (decimal): -10960897 or 16760664. OLE color: 16760664.

HSL color Cylindrical-coordinate representation of color #58BFFF: hue angle of 202.99º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BFFF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 191 255 -
CMYK 0.65 0.25 0 0
HSL 202.99º 1% 0.67% -
HSV(B) 202.99º 0.65% 1% -
XYZ 40.71 46.56 101.45 -
YUV 167.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 88 191 255 0.65 0.25 0 0 202.99 1 0.67
Hex 58 BF FF 41 19 0 0 CB 64 43
Octal 130 277 377 101 31 0 0 313 144 103
Binary 1011000 10111111 11111111 1000001 11001 0 0 11001011 1100100 1000011

Color Harmonies of #58BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BFFF

Black with #58BFFF

Text Example


Text Example

White with #58BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BFFF; }

 p { color: rgb(88,191,255); }

 H1.HeaderClassName
 {
   color: #58BFFF;
 }
 .AnyTagClassName
 {
   color: #58BFFF;
 }
</style>

background-color css

<style>
 a { background-color: #58BFFF; }

 a { background-color: rgb(88,191,255); }

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

border-color css

<style>
 span { border-color: #58BFFF; }

 span { border-color: rgb(88,191,255); }

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