Html Css Color HEX #65C9FE Maya Blue

📋 copy color: '#65C9FE'

red 101 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #65C9FE

Tints of Maya Blue #65C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 18.17%
G = 36.15%
B = 45.68%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65C9FE (or 0x65C9FE) is known color: Maya Blue. HEX triplet: 65, C9 and FE. RGB value is (101,201,254). Sum of RGB (Red+Green+Blue) = 101+201+254=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #65C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C9FE is #9A3601. Grayscale: #B0B0B0. Windows color (decimal): -10106370 or 16697701. OLE color: 16697701.

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

Color convert

RGB 101 201 254 -
CMYK 0.60 0.21 0 0.00
HSL 200.78º 0.99% 0.7% -
HSV(B) 200.78º 0.6% 1% -
XYZ 44.14 51.7 101.42 -
YUV 177.14 171.37 73.69 -
System Red Green Blue C M Y K H S L
Decimal 101 201 254 0.60 0.21 0 0.00 200.78 0.99 0.7
Hex 65 C9 FE 3C 15 0 0 C9 63 46
Octal 145 311 376 74 25 0 0 311 143 106
Binary 1100101 11001001 11111110 111100 10101 0 0 11001001 1100011 1000110

Color Harmonies of #65C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C9FE

Black with #65C9FE

Text Example


Text Example

White with #65C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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