Html Css Color HEX #65BDFE Maya Blue

📋 copy color: '#65BDFE'

red 101 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #65BDFE

Tints of Maya Blue #65BDFE

RGB

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

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

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

R = 18.57%
G = 34.74%
B = 46.69%

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

#65BDFE (or 0x65BDFE) is known color: Maya Blue. HEX triplet: 65, BD and FE. RGB value is (101,189,254). Sum of RGB (Red+Green+Blue) = 101+189+254=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #65BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDFE is #9A4201. Grayscale: #A9A9A9. Windows color (decimal): -10109442 or 16694629. OLE color: 16694629.

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

Color convert

RGB 101 189 254 -
CMYK 0.60 0.26 0 0.00
HSL 205.49º 0.99% 0.7% -
HSV(B) 205.49º 0.6% 1% -
XYZ 41.45 46.32 100.52 -
YUV 170.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 101 189 254 0.60 0.26 0 0.00 205.49 0.99 0.7
Hex 65 BD FE 3C 1A 0 0 CD 63 46
Octal 145 275 376 74 32 0 0 315 143 106
Binary 1100101 10111101 11111110 111100 11010 0 0 11001101 1100011 1000110

Color Harmonies of #65BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BDFE

Black with #65BDFE

Text Example


Text Example

White with #65BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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