Html Css Color HEX #5CAFFB Maya Blue

📋 copy color: '#5CAFFB'

red 92 ◦ green 175 ◦ blue 251

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

Shades of Maya Blue #5CAFFB

Tints of Maya Blue #5CAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 17.76%
G = 33.78%
B = 48.46%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CAFFB (or 0x5CAFFB) is known color: Maya Blue. HEX triplet: 5C, AF and FB. RGB value is (92,175,251). Sum of RGB (Red+Green+Blue) = 92+175+251=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAFFB is #A35004. Grayscale: #9E9E9E. Windows color (decimal): -10702853 or 16494428. OLE color: 16494428.

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

Color convert

RGB 92 175 251 -
CMYK 0.63 0.30 0 0.02
HSL 208.68º 0.95% 0.67% -
HSV(B) 208.68º 0.63% 0.98% -
XYZ 37.16 39.9 97.01 -
YUV 158.85 180 80.32 -
System Red Green Blue C M Y K H S L
Decimal 92 175 251 0.63 0.30 0 0.02 208.68 0.95 0.67
Hex 5C AF FB 3F 1E 0 2 D1 5F 43
Octal 134 257 373 77 36 0 2 321 137 103
Binary 1011100 10101111 11111011 111111 11110 0 10 11010001 1011111 1000011

Color Harmonies of #5CAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFFB

Black with #5CAFFB

Text Example


Text Example

White with #5CAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,175,251); }

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

background-color css

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

 a { background-color: rgb(92,175,251); }

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

border-color css

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

 span { border-color: rgb(92,175,251); }

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