Html Css Color HEX #65C6FA Maya Blue

📋 copy color: '#65C6FA'

red 101 ◦ green 198 ◦ blue 250

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

Shades of Maya Blue #65C6FA

Tints of Maya Blue #65C6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.07%

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

R = 18.4%
G = 36.07%
B = 45.54%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65C6FA (or 0x65C6FA) is known color: Maya Blue. HEX triplet: 65, C6 and FA. RGB value is (101,198,250). Sum of RGB (Red+Green+Blue) = 101+198+250=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C6FA is #9A3905. Grayscale: #AEAEAE. Windows color (decimal): -10107142 or 16434789. OLE color: 16434789.

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

Color convert

RGB 101 198 250 -
CMYK 0.60 0.21 0 0.02
HSL 200.94º 0.94% 0.69% -
HSV(B) 200.94º 0.6% 0.98% -
XYZ 42.82 50.06 97.85 -
YUV 174.93 170.36 75.27 -
System Red Green Blue C M Y K H S L
Decimal 101 198 250 0.60 0.21 0 0.02 200.94 0.94 0.69
Hex 65 C6 FA 3C 15 0 2 C9 5E 45
Octal 145 306 372 74 25 0 2 311 136 105
Binary 1100101 11000110 11111010 111100 10101 0 10 11001001 1011110 1000101

Color Harmonies of #65C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C6FA

Black with #65C6FA

Text Example


Text Example

White with #65C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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