Html Css Color HEX #65C4FA Maya Blue

📋 copy color: '#65C4FA'

red 101 ◦ green 196 ◦ blue 250

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

Shades of Maya Blue #65C4FA

Tints of Maya Blue #65C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.83%

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

R = 18.46%
G = 35.83%
B = 45.7%

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

#65C4FA (or 0x65C4FA) is known color: Maya Blue. HEX triplet: 65, C4 and FA. RGB value is (101,196,250). Sum of RGB (Red+Green+Blue) = 101+196+250=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C4FA is #9A3B05. Grayscale: #ADADAD. Windows color (decimal): -10107654 or 16434277. OLE color: 16434277.

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

Color convert

RGB 101 196 250 -
CMYK 0.60 0.22 0 0.02
HSL 201.75º 0.94% 0.69% -
HSV(B) 201.75º 0.6% 0.98% -
XYZ 42.36 49.15 97.7 -
YUV 173.75 171.03 76.11 -
System Red Green Blue C M Y K H S L
Decimal 101 196 250 0.60 0.22 0 0.02 201.75 0.94 0.69
Hex 65 C4 FA 3C 16 0 2 CA 5E 45
Octal 145 304 372 74 26 0 2 312 136 105
Binary 1100101 11000100 11111010 111100 10110 0 10 11001010 1011110 1000101

Color Harmonies of #65C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C4FA

Black with #65C4FA

Text Example


Text Example

White with #65C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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