Html Css Color HEX #5CBFFE Maya Blue

📋 copy color: '#5CBFFE'

red 92 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #5CBFFE

Tints of Maya Blue #5CBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.57%

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

R = 17.13%
G = 35.57%
B = 47.3%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5CBFFE (or 0x5CBFFE) is known color: Maya Blue. HEX triplet: 5C, BF and FE. RGB value is (92,191,254). Sum of RGB (Red+Green+Blue) = 92+191+254=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBFFE is #A34001. Grayscale: #A8A8A8. Windows color (decimal): -10698754 or 16695132. OLE color: 16695132.

HSL color Cylindrical-coordinate representation of color #5CBFFE: hue angle of 203.33º 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 #5CBFFE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 92 191 254 -
CMYK 0.64 0.25 0 0.00
HSL 203.33º 0.99% 0.68% -
HSV(B) 203.33º 0.64% 1% -
XYZ 40.93 46.69 100.62 -
YUV 168.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 92 191 254 0.64 0.25 0 0.00 203.33 0.99 0.68
Hex 5C BF FE 40 19 0 0 CB 63 44
Octal 134 277 376 100 31 0 0 313 143 104
Binary 1011100 10111111 11111110 1000000 11001 0 0 11001011 1100011 1000100

Color Harmonies of #5CBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBFFE

Black with #5CBFFE

Text Example


Text Example

White with #5CBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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