Html Css Color HEX #65ACFF Maya Blue

📋 copy color: '#65ACFF'

red 101 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #65ACFF

Tints of Maya Blue #65ACFF

RGB

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

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

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

R = 19.13%
G = 32.58%
B = 48.3%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#65ACFF (or 0x65ACFF) is known color: Maya Blue. HEX triplet: 65, AC and FF. RGB value is (101,172,255). Sum of RGB (Red+Green+Blue) = 101+172+255=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #65ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACFF is #9A5300. Grayscale: #9F9F9F. Windows color (decimal): -10113793 or 16755813. OLE color: 16755813.

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

Color convert

RGB 101 172 255 -
CMYK 0.60 0.33 0 0
HSL 212.34º 1% 0.7% -
HSV(B) 212.34º 0.6% 1% -
XYZ 38.17 39.49 100.22 -
YUV 160.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 101 172 255 0.60 0.33 0 0 212.34 1 0.7
Hex 65 AC FF 3C 21 0 0 D4 64 46
Octal 145 254 377 74 41 0 0 324 144 106
Binary 1100101 10101100 11111111 111100 100001 0 0 11010100 1100100 1000110

Color Harmonies of #65ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACFF

Black with #65ACFF

Text Example


Text Example

White with #65ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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