Html Css Color HEX #65ACFE Maya Blue

📋 copy color: '#65ACFE'

red 101 ◦ green 172 ◦ blue 254

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

Shades of Maya Blue #65ACFE

Tints of Maya Blue #65ACFE

RGB

 RED value IS 101 (39.84% from 255) = 19.17%

 GREEN value IS 172 (67.58% from 255) = 32.64%

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

R = 19.17%
G = 32.64%
B = 48.2%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65ACFE (or 0x65ACFE) is known color: Maya Blue. HEX triplet: 65, AC and FE. RGB value is (101,172,254). Sum of RGB (Red+Green+Blue) = 101+172+254=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #65ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACFE is #9A5301. Grayscale: #9F9F9F. Windows color (decimal): -10113794 or 16690277. OLE color: 16690277.

HSL color Cylindrical-coordinate representation of color #65ACFE: hue angle of 212.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ACFE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 172 254 -
CMYK 0.60 0.32 0 0.00
HSL 212.16º 0.99% 0.7% -
HSV(B) 212.16º 0.6% 1% -
XYZ 38.01 39.43 99.37 -
YUV 160.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 101 172 254 0.60 0.32 0 0.00 212.16 0.99 0.7
Hex 65 AC FE 3C 20 0 0 D4 63 46
Octal 145 254 376 74 40 0 0 324 143 106
Binary 1100101 10101100 11111110 111100 100000 0 0 11010100 1100011 1000110

Color Harmonies of #65ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACFE

Black with #65ACFE

Text Example


Text Example

White with #65ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65ACFE; }

 p { color: rgb(101,172,254); }

 H1.HeaderClassName
 {
   color: #65ACFE;
 }
 .AnyTagClassName
 {
   color: #65ACFE;
 }
</style>

background-color css

<style>
 a { background-color: #65ACFE; }

 a { background-color: rgb(101,172,254); }

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

border-color css

<style>
 span { border-color: #65ACFE; }

 span { border-color: rgb(101,172,254); }

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