Html Css Color HEX #65C6FE Maya Blue

📋 copy color: '#65C6FE'

red 101 ◦ green 198 ◦ blue 254

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

Shades of Maya Blue #65C6FE

Tints of Maya Blue #65C6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 18.26%
G = 35.8%
B = 45.93%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65C6FE (or 0x65C6FE) is known color: Maya Blue. HEX triplet: 65, C6 and FE. RGB value is (101,198,254). Sum of RGB (Red+Green+Blue) = 101+198+254=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #65C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C6FE is #9A3901. Grayscale: #AFAFAF. Windows color (decimal): -10107138 or 16696933. OLE color: 16696933.

HSL color Cylindrical-coordinate representation of color #65C6FE: hue angle of 201.96º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65C6FE is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 198 254 -
CMYK 0.60 0.22 0 0.00
HSL 201.96º 0.99% 0.7% -
HSV(B) 201.96º 0.6% 1% -
XYZ 43.45 50.31 101.19 -
YUV 175.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 101 198 254 0.60 0.22 0 0.00 201.96 0.99 0.7
Hex 65 C6 FE 3C 16 0 0 CA 63 46
Octal 145 306 376 74 26 0 0 312 143 106
Binary 1100101 11000110 11111110 111100 10110 0 0 11001010 1100011 1000110

Color Harmonies of #65C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C6FE

Black with #65C6FE

Text Example


Text Example

White with #65C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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