Html Css Color HEX #5BCFFA Maya Blue

📋 copy color: '#5BCFFA'

red 91 ◦ green 207 ◦ blue 250

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

Shades of Maya Blue #5BCFFA

Tints of Maya Blue #5BCFFA

RGB

 RED value IS 91 (35.94% from 255) = 16.61%

 GREEN value IS 207 (81.25% from 255) = 37.77%

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 16.61%
G = 37.77%
B = 45.62%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BCFFA (or 0x5BCFFA) is known color: Maya Blue. HEX triplet: 5B, CF and FA. RGB value is (91,207,250). Sum of RGB (Red+Green+Blue) = 91+207+250=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BCFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFFA is #A43005. Grayscale: #B0B0B0. Windows color (decimal): -10760198 or 16437083. OLE color: 16437083.

HSL color Cylindrical-coordinate representation of color #5BCFFA: hue angle of 196.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCFFA is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 207 250 -
CMYK 0.64 0.17 0 0.02
HSL 196.23º 0.94% 0.67% -
HSV(B) 196.23º 0.64% 0.98% -
XYZ 43.88 53.75 98.5 -
YUV 177.22 169.07 66.5 -
System Red Green Blue C M Y K H S L
Decimal 91 207 250 0.64 0.17 0 0.02 196.23 0.94 0.67
Hex 5B CF FA 40 11 0 2 C4 5E 43
Octal 133 317 372 100 21 0 2 304 136 103
Binary 1011011 11001111 11111010 1000000 10001 0 10 11000100 1011110 1000011

Color Harmonies of #5BCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFFA

Black with #5BCFFA

Text Example


Text Example

White with #5BCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BCFFA; }

 p { color: rgb(91,207,250); }

 H1.HeaderClassName
 {
   color: #5BCFFA;
 }
 .AnyTagClassName
 {
   color: #5BCFFA;
 }
</style>

background-color css

<style>
 a { background-color: #5BCFFA; }

 a { background-color: rgb(91,207,250); }

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

border-color css

<style>
 span { border-color: #5BCFFA; }

 span { border-color: rgb(91,207,250); }

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