Html Css Color HEX #65BFFE Maya Blue

📋 copy color: '#65BFFE'

red 101 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #65BFFE

Tints of Maya Blue #65BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.98%

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

R = 18.5%
G = 34.98%
B = 46.52%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65BFFE (or 0x65BFFE) is known color: Maya Blue. HEX triplet: 65, BF and FE. RGB value is (101,191,254). Sum of RGB (Red+Green+Blue) = 101+191+254=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #65BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFFE is #9A4001. Grayscale: #AAAAAA. Windows color (decimal): -10108930 or 16695141. OLE color: 16695141.

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

Color convert

RGB 101 191 254 -
CMYK 0.60 0.25 0 0.00
HSL 204.71º 0.99% 0.7% -
HSV(B) 204.71º 0.6% 1% -
XYZ 41.89 47.18 100.67 -
YUV 171.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 101 191 254 0.60 0.25 0 0.00 204.71 0.99 0.7
Hex 65 BF FE 3C 19 0 0 CD 63 46
Octal 145 277 376 74 31 0 0 315 143 106
Binary 1100101 10111111 11111110 111100 11001 0 0 11001101 1100011 1000110

Color Harmonies of #65BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BFFE

Black with #65BFFE

Text Example


Text Example

White with #65BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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