Html Css Color HEX #58BBFF Maya Blue

📋 copy color: '#58BBFF'

red 88 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #58BBFF

Tints of Maya Blue #58BBFF

RGB

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

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

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

R = 16.6%
G = 35.28%
B = 48.11%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58BBFF (or 0x58BBFF) is known color: Maya Blue. HEX triplet: 58, BB and FF. RGB value is (88,187,255). Sum of RGB (Red+Green+Blue) = 88+187+255=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #58BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BBFF is #A74400. Grayscale: #A4A4A4. Windows color (decimal): -10961921 or 16759640. OLE color: 16759640.

HSL color Cylindrical-coordinate representation of color #58BBFF: hue angle of 204.43º 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 #58BBFF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 187 255 -
CMYK 0.65 0.27 0 0
HSL 204.43º 1% 0.67% -
HSV(B) 204.43º 0.65% 1% -
XYZ 39.84 44.84 101.16 -
YUV 165.15 178.7 72.97 -
System Red Green Blue C M Y K H S L
Decimal 88 187 255 0.65 0.27 0 0 204.43 1 0.67
Hex 58 BB FF 41 1B 0 0 CC 64 43
Octal 130 273 377 101 33 0 0 314 144 103
Binary 1011000 10111011 11111111 1000001 11011 0 0 11001100 1100100 1000011

Color Harmonies of #58BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBFF

Black with #58BBFF

Text Example


Text Example

White with #58BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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