Html Css Color HEX #5ACFFC Maya Blue

📋 copy color: '#5ACFFC'

red 90 ◦ green 207 ◦ blue 252

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

Shades of Maya Blue #5ACFFC

Tints of Maya Blue #5ACFFC

RGB

 RED value IS 90 (35.55% from 255) = 16.39%

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 16.39%
G = 37.7%
B = 45.9%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5ACFFC (or 0x5ACFFC) is known color: Maya Blue. HEX triplet: 5A, CF and FC. RGB value is (90,207,252). Sum of RGB (Red+Green+Blue) = 90+207+252=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #5ACFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFFC is #A53003. Grayscale: #B0B0B0. Windows color (decimal): -10825732 or 16568154. OLE color: 16568154.

HSL color Cylindrical-coordinate representation of color #5ACFFC: hue angle of 196.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACFFC is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 207 252 -
CMYK 0.64 0.18 0 0.01
HSL 196.67º 0.96% 0.67% -
HSV(B) 196.67º 0.64% 0.99% -
XYZ 44.1 53.83 100.16 -
YUV 177.15 170.24 65.84 -
System Red Green Blue C M Y K H S L
Decimal 90 207 252 0.64 0.18 0 0.01 196.67 0.96 0.67
Hex 5A CF FC 40 12 0 1 C5 60 43
Octal 132 317 374 100 22 0 1 305 140 103
Binary 1011010 11001111 11111100 1000000 10010 0 1 11000101 1100000 1000011

Color Harmonies of #5ACFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFFC

Black with #5ACFFC

Text Example


Text Example

White with #5ACFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,252); }

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

background-color css

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

 a { background-color: rgb(90,207,252); }

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

border-color css

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

 span { border-color: rgb(90,207,252); }

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