Html Css Color HEX #5CBDFF Maya Blue

📋 copy color: '#5CBDFF'

red 92 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #5CBDFF

Tints of Maya Blue #5CBDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 255 (100% from 255) = 47.57%

R = 17.16%
G = 35.26%
B = 47.57%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5CBDFF (or 0x5CBDFF) is known color: Maya Blue. HEX triplet: 5C, BD and FF. RGB value is (92,189,255). Sum of RGB (Red+Green+Blue) = 92+189+255=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDFF is #A34200. Grayscale: #A7A7A7. Windows color (decimal): -10699265 or 16760156. OLE color: 16760156.

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

Color convert

RGB 92 189 255 -
CMYK 0.64 0.26 0 0
HSL 204.29º 1% 0.68% -
HSV(B) 204.29º 0.64% 1% -
XYZ 40.66 45.89 101.32 -
YUV 167.52 177.36 74.13 -
System Red Green Blue C M Y K H S L
Decimal 92 189 255 0.64 0.26 0 0 204.29 1 0.68
Hex 5C BD FF 40 1A 0 0 CC 64 44
Octal 134 275 377 100 32 0 0 314 144 104
Binary 1011100 10111101 11111111 1000000 11010 0 0 11001100 1100100 1000100

Color Harmonies of #5CBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBDFF

Black with #5CBDFF

Text Example


Text Example

White with #5CBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,189,255); }

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

background-color css

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

 a { background-color: rgb(92,189,255); }

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

border-color css

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

 span { border-color: rgb(92,189,255); }

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