Html Css Color HEX #65ACF9 Maya Blue

📋 copy color: '#65ACF9'

red 101 ◦ green 172 ◦ blue 249

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

Shades of Maya Blue #65ACF9

Tints of Maya Blue #65ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 19.35%
G = 32.95%
B = 47.7%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65ACF9 (or 0x65ACF9) is known color: Maya Blue. HEX triplet: 65, AC and F9. RGB value is (101,172,249). Sum of RGB (Red+Green+Blue) = 101+172+249=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #65ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF9 is #9A5306. Grayscale: #9F9F9F. Windows color (decimal): -10113799 or 16362597. OLE color: 16362597.

HSL color Cylindrical-coordinate representation of color #65ACF9: hue angle of 211.22º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65ACF9 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 172 249 -
CMYK 0.59 0.31 0 0.02
HSL 211.22º 0.93% 0.69% -
HSV(B) 211.22º 0.59% 0.98% -
XYZ 37.22 39.11 95.21 -
YUV 159.55 178.48 86.24 -
System Red Green Blue C M Y K H S L
Decimal 101 172 249 0.59 0.31 0 0.02 211.22 0.93 0.69
Hex 65 AC F9 3B 1F 0 2 D3 5C 45
Octal 145 254 371 73 37 0 2 323 134 105
Binary 1100101 10101100 11111001 111011 11111 0 10 11010011 1011100 1000101

Color Harmonies of #65ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACF9

Black with #65ACF9

Text Example


Text Example

White with #65ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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