Html Css Color HEX #65BFF8 Maya Blue

📋 copy color: '#65BFF8'

red 101 ◦ green 191 ◦ blue 248

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

Shades of Maya Blue #65BFF8

Tints of Maya Blue #65BFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.93%

R = 18.7%
G = 35.37%
B = 45.93%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65BFF8 (or 0x65BFF8) is known color: Maya Blue. HEX triplet: 65, BF and F8. RGB value is (101,191,248). Sum of RGB (Red+Green+Blue) = 101+191+248=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #65BFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFF8 is #9A4007. Grayscale: #AAAAAA. Windows color (decimal): -10108936 or 16301925. OLE color: 16301925.

HSL color Cylindrical-coordinate representation of color #65BFF8: hue angle of 203.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65BFF8 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 191 248 -
CMYK 0.59 0.23 0 0.03
HSL 203.27º 0.91% 0.68% -
HSV(B) 203.27º 0.59% 0.97% -
XYZ 40.94 46.81 95.68 -
YUV 170.59 171.68 78.37 -
System Red Green Blue C M Y K H S L
Decimal 101 191 248 0.59 0.23 0 0.03 203.27 0.91 0.68
Hex 65 BF F8 3B 17 0 3 CB 5B 44
Octal 145 277 370 73 27 0 3 313 133 104
Binary 1100101 10111111 11111000 111011 10111 0 11 11001011 1011011 1000100

Color Harmonies of #65BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BFF8

Black with #65BFF8

Text Example


Text Example

White with #65BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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