Html Css Color HEX #65B2FA Maya Blue

📋 copy color: '#65B2FA'

red 101 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #65B2FA

Tints of Maya Blue #65B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 19.09%
G = 33.65%
B = 47.26%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65B2FA (or 0x65B2FA) is known color: Maya Blue. HEX triplet: 65, B2 and FA. RGB value is (101,178,250). Sum of RGB (Red+Green+Blue) = 101+178+250=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #65B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B2FA is #9A4D05. Grayscale: #A2A2A2. Windows color (decimal): -10112262 or 16429669. OLE color: 16429669.

HSL color Cylindrical-coordinate representation of color #65B2FA: hue angle of 208.99º 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 #65B2FA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 178 250 -
CMYK 0.60 0.29 0 0.02
HSL 208.99º 0.94% 0.69% -
HSV(B) 208.99º 0.6% 0.98% -
XYZ 38.54 41.51 96.42 -
YUV 163.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 101 178 250 0.60 0.29 0 0.02 208.99 0.94 0.69
Hex 65 B2 FA 3C 1D 0 2 D1 5E 45
Octal 145 262 372 74 35 0 2 321 136 105
Binary 1100101 10110010 11111010 111100 11101 0 10 11010001 1011110 1000101

Color Harmonies of #65B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B2FA

Black with #65B2FA

Text Example


Text Example

White with #65B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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