Html Css Color HEX #58BCFD Maya Blue

📋 copy color: '#58BCFD'

red 88 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #58BCFD

Tints of Maya Blue #58BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 16.64%
G = 35.54%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58BCFD (or 0x58BCFD) is known color: Maya Blue. HEX triplet: 58, BC and FD. RGB value is (88,188,253). Sum of RGB (Red+Green+Blue) = 88+188+253=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #58BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFD is #A74302. Grayscale: #A5A5A5. Windows color (decimal): -10961667 or 16628824. OLE color: 16628824.

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

Color convert

RGB 88 188 253 -
CMYK 0.65 0.26 0 0.01
HSL 203.64º 0.98% 0.67% -
HSV(B) 203.64º 0.65% 0.99% -
XYZ 39.74 45.13 99.55 -
YUV 165.51 177.37 72.71 -
System Red Green Blue C M Y K H S L
Decimal 88 188 253 0.65 0.26 0 0.01 203.64 0.98 0.67
Hex 58 BC FD 41 1A 0 1 CC 62 43
Octal 130 274 375 101 32 0 1 314 142 103
Binary 1011000 10111100 11111101 1000001 11010 0 1 11001100 1100010 1000011

Color Harmonies of #58BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCFD

Black with #58BCFD

Text Example


Text Example

White with #58BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,253); }

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

background-color css

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

 a { background-color: rgb(88,188,253); }

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

border-color css

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

 span { border-color: rgb(88,188,253); }

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