Html Css Color HEX #65BAFA Maya Blue

📋 copy color: '#65BAFA'

red 101 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #65BAFA

Tints of Maya Blue #65BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 18.81%
G = 34.64%
B = 46.55%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65BAFA (or 0x65BAFA) is known color: Maya Blue. HEX triplet: 65, BA and FA. RGB value is (101,186,250). Sum of RGB (Red+Green+Blue) = 101+186+250=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #65BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAFA is #9A4505. Grayscale: #A7A7A7. Windows color (decimal): -10110214 or 16431717. OLE color: 16431717.

HSL color Cylindrical-coordinate representation of color #65BAFA: hue angle of 205.77º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BAFA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 186 250 -
CMYK 0.60 0.26 0 0.02
HSL 205.77º 0.94% 0.69% -
HSV(B) 205.77º 0.6% 0.98% -
XYZ 40.18 44.79 96.97 -
YUV 167.88 174.34 80.3 -
System Red Green Blue C M Y K H S L
Decimal 101 186 250 0.60 0.26 0 0.02 205.77 0.94 0.69
Hex 65 BA FA 3C 1A 0 2 CE 5E 45
Octal 145 272 372 74 32 0 2 316 136 105
Binary 1100101 10111010 11111010 111100 11010 0 10 11001110 1011110 1000101

Color Harmonies of #65BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAFA

Black with #65BAFA

Text Example


Text Example

White with #65BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,186,250); }

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

background-color css

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

 a { background-color: rgb(101,186,250); }

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

border-color css

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

 span { border-color: rgb(101,186,250); }

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