Html Css Color HEX #58CBF6 Maya Blue

📋 copy color: '#58CBF6'

red 88 ◦ green 203 ◦ blue 246

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

Shades of Maya Blue #58CBF6

Tints of Maya Blue #58CBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.81%

R = 16.39%
G = 37.8%
B = 45.81%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58CBF6 (or 0x58CBF6) is known color: Maya Blue. HEX triplet: 58, CB and F6. RGB value is (88,203,246). Sum of RGB (Red+Green+Blue) = 88+203+246=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #58CBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBF6 is #A73409. Grayscale: #ADADAD. Windows color (decimal): -10957834 or 16173912. OLE color: 16173912.

HSL color Cylindrical-coordinate representation of color #58CBF6: hue angle of 196.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CBF6 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 203 246 -
CMYK 0.64 0.17 0 0.04
HSL 196.33º 0.9% 0.65% -
HSV(B) 196.33º 0.64% 0.96% -
XYZ 42.01 51.44 94.9 -
YUV 173.52 168.9 67 -
System Red Green Blue C M Y K H S L
Decimal 88 203 246 0.64 0.17 0 0.04 196.33 0.9 0.65
Hex 58 CB F6 40 11 0 4 C4 5A 41
Octal 130 313 366 100 21 0 4 304 132 101
Binary 1011000 11001011 11110110 1000000 10001 0 100 11000100 1011010 1000001

Color Harmonies of #58CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBF6

Black with #58CBF6

Text Example


Text Example

White with #58CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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