Html Css Color HEX #65C3FA Maya Blue

📋 copy color: '#65C3FA'

red 101 ◦ green 195 ◦ blue 250

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

Shades of Maya Blue #65C3FA

Tints of Maya Blue #65C3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.71%

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

R = 18.5%
G = 35.71%
B = 45.79%

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

#65C3FA (or 0x65C3FA) is known color: Maya Blue. HEX triplet: 65, C3 and FA. RGB value is (101,195,250). Sum of RGB (Red+Green+Blue) = 101+195+250=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C3FA is #9A3C05. Grayscale: #ACACAC. Windows color (decimal): -10107910 or 16434021. OLE color: 16434021.

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

Color convert

RGB 101 195 250 -
CMYK 0.60 0.22 0 0.02
HSL 202.15º 0.94% 0.69% -
HSV(B) 202.15º 0.6% 0.98% -
XYZ 42.14 48.7 97.62 -
YUV 173.16 171.36 76.53 -
System Red Green Blue C M Y K H S L
Decimal 101 195 250 0.60 0.22 0 0.02 202.15 0.94 0.69
Hex 65 C3 FA 3C 16 0 2 CA 5E 45
Octal 145 303 372 74 26 0 2 312 136 105
Binary 1100101 11000011 11111010 111100 10110 0 10 11001010 1011110 1000101

Color Harmonies of #65C3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3FA

Black with #65C3FA

Text Example


Text Example

White with #65C3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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