Html Css Color HEX #65C2FA Maya Blue

📋 copy color: '#65C2FA'

red 101 ◦ green 194 ◦ blue 250

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

Shades of Maya Blue #65C2FA

Tints of Maya Blue #65C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.6%

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

R = 18.53%
G = 35.6%
B = 45.87%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65C2FA (or 0x65C2FA) is known color: Maya Blue. HEX triplet: 65, C2 and FA. RGB value is (101,194,250). Sum of RGB (Red+Green+Blue) = 101+194+250=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C2FA is #9A3D05. Grayscale: #ACACAC. Windows color (decimal): -10108166 or 16433765. OLE color: 16433765.

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

Color convert

RGB 101 194 250 -
CMYK 0.60 0.22 0 0.02
HSL 202.55º 0.94% 0.69% -
HSV(B) 202.55º 0.6% 0.98% -
XYZ 41.91 48.25 97.55 -
YUV 172.58 171.69 76.95 -
System Red Green Blue C M Y K H S L
Decimal 101 194 250 0.60 0.22 0 0.02 202.55 0.94 0.69
Hex 65 C2 FA 3C 16 0 2 CB 5E 45
Octal 145 302 372 74 26 0 2 313 136 105
Binary 1100101 11000010 11111010 111100 10110 0 10 11001011 1011110 1000101

Color Harmonies of #65C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2FA

Black with #65C2FA

Text Example


Text Example

White with #65C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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