Html Css Color HEX #65BDF8 Maya Blue

📋 copy color: '#65BDF8'

red 101 ◦ green 189 ◦ blue 248

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

Shades of Maya Blue #65BDF8

Tints of Maya Blue #65BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

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

R = 18.77%
G = 35.13%
B = 46.1%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65BDF8 (or 0x65BDF8) is known color: Maya Blue. HEX triplet: 65, BD and F8. RGB value is (101,189,248). Sum of RGB (Red+Green+Blue) = 101+189+248=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #65BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF8 is #9A4207. Grayscale: #A9A9A9. Windows color (decimal): -10109448 or 16301413. OLE color: 16301413.

HSL color Cylindrical-coordinate representation of color #65BDF8: hue angle of 204.08º 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 #65BDF8 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 189 248 -
CMYK 0.59 0.24 0 0.03
HSL 204.08º 0.91% 0.68% -
HSV(B) 204.08º 0.59% 0.97% -
XYZ 40.51 45.94 95.54 -
YUV 169.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 101 189 248 0.59 0.24 0 0.03 204.08 0.91 0.68
Hex 65 BD F8 3B 18 0 3 CC 5B 44
Octal 145 275 370 73 30 0 3 314 133 104
Binary 1100101 10111101 11111000 111011 11000 0 11 11001100 1011011 1000100

Color Harmonies of #65BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BDF8

Black with #65BDF8

Text Example


Text Example

White with #65BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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