Html Css Color HEX #5CBAFE Maya Blue

📋 copy color: '#5CBAFE'

red 92 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #5CBAFE

Tints of Maya Blue #5CBAFE

RGB

 RED value IS 92 (36.33% from 255) = 17.29%

 GREEN value IS 186 (73.05% from 255) = 34.96%

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

R = 17.29%
G = 34.96%
B = 47.74%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5CBAFE (or 0x5CBAFE) is known color: Maya Blue. HEX triplet: 5C, BA and FE. RGB value is (92,186,254). Sum of RGB (Red+Green+Blue) = 92+186+254=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBAFE is #A34501. Grayscale: #A5A5A5. Windows color (decimal): -10700034 or 16693852. OLE color: 16693852.

HSL color Cylindrical-coordinate representation of color #5CBAFE: hue angle of 205.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CBAFE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 92 186 254 -
CMYK 0.64 0.27 0 0.00
HSL 205.19º 0.99% 0.68% -
HSV(B) 205.19º 0.64% 1% -
XYZ 39.86 44.55 100.26 -
YUV 165.65 177.86 75.47 -
System Red Green Blue C M Y K H S L
Decimal 92 186 254 0.64 0.27 0 0.00 205.19 0.99 0.68
Hex 5C BA FE 40 1B 0 0 CD 63 44
Octal 134 272 376 100 33 0 0 315 143 104
Binary 1011100 10111010 11111110 1000000 11011 0 0 11001101 1100011 1000100

Color Harmonies of #5CBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBAFE

Black with #5CBAFE

Text Example


Text Example

White with #5CBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,186,254); }

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

background-color css

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

 a { background-color: rgb(92,186,254); }

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

border-color css

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

 span { border-color: rgb(92,186,254); }

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