Html Css Color HEX #65BBFE Maya Blue

📋 copy color: '#65BBFE'

red 101 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #65BBFE

Tints of Maya Blue #65BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.5%

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

R = 18.63%
G = 34.5%
B = 46.86%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65BBFE (or 0x65BBFE) is known color: Maya Blue. HEX triplet: 65, BB and FE. RGB value is (101,187,254). Sum of RGB (Red+Green+Blue) = 101+187+254=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #65BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BBFE is #9A4401. Grayscale: #A8A8A8. Windows color (decimal): -10109954 or 16694117. OLE color: 16694117.

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

Color convert

RGB 101 187 254 -
CMYK 0.60 0.26 0 0.00
HSL 206.27º 0.99% 0.7% -
HSV(B) 206.27º 0.6% 1% -
XYZ 41.03 45.46 100.38 -
YUV 168.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 101 187 254 0.60 0.26 0 0.00 206.27 0.99 0.7
Hex 65 BB FE 3C 1A 0 0 CE 63 46
Octal 145 273 376 74 32 0 0 316 143 106
Binary 1100101 10111011 11111110 111100 11010 0 0 11001110 1100011 1000110

Color Harmonies of #65BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBFE

Black with #65BBFE

Text Example


Text Example

White with #65BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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