Html Css Color HEX #58CBFE Maya Blue

📋 copy color: '#58CBFE'

red 88 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #58CBFE

Tints of Maya Blue #58CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 16.15%
G = 37.25%
B = 46.61%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#58CBFE (or 0x58CBFE) is known color: Maya Blue. HEX triplet: 58, CB and FE. RGB value is (88,203,254). Sum of RGB (Red+Green+Blue) = 88+203+254=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #58CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBFE is #A73401. Grayscale: #AEAEAE. Windows color (decimal): -10957826 or 16698200. OLE color: 16698200.

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

Color convert

RGB 88 203 254 -
CMYK 0.65 0.20 0 0.00
HSL 198.43º 0.99% 0.67% -
HSV(B) 198.43º 0.65% 1% -
XYZ 43.27 51.94 101.51 -
YUV 174.43 172.9 66.35 -
System Red Green Blue C M Y K H S L
Decimal 88 203 254 0.65 0.20 0 0.00 198.43 0.99 0.67
Hex 58 CB FE 41 14 0 0 C6 63 43
Octal 130 313 376 101 24 0 0 306 143 103
Binary 1011000 11001011 11111110 1000001 10100 0 0 11000110 1100011 1000011

Color Harmonies of #58CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBFE

Black with #58CBFE

Text Example


Text Example

White with #58CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,203,254); }

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

background-color css

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

 a { background-color: rgb(88,203,254); }

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

border-color css

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

 span { border-color: rgb(88,203,254); }

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