Html Css Color HEX #65BCFF Maya Blue

📋 copy color: '#65BCFF'

red 101 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #65BCFF

Tints of Maya Blue #65BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 18.57%
G = 34.56%
B = 46.88%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#65BCFF (or 0x65BCFF) is known color: Maya Blue. HEX triplet: 65, BC and FF. RGB value is (101,188,255). Sum of RGB (Red+Green+Blue) = 101+188+255=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #65BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCFF is #9A4300. Grayscale: #A9A9A9. Windows color (decimal): -10109697 or 16759909. OLE color: 16759909.

HSL color Cylindrical-coordinate representation of color #65BCFF: hue angle of 206.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BCFF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 101 188 255 -
CMYK 0.60 0.26 0 0
HSL 206.1º 1% 0.7% -
HSV(B) 206.1º 0.6% 1% -
XYZ 41.4 45.95 101.3 -
YUV 169.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 101 188 255 0.60 0.26 0 0 206.1 1 0.7
Hex 65 BC FF 3C 1A 0 0 CE 64 46
Octal 145 274 377 74 32 0 0 316 144 106
Binary 1100101 10111100 11111111 111100 11010 0 0 11001110 1100100 1000110

Color Harmonies of #65BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCFF

Black with #65BCFF

Text Example


Text Example

White with #65BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,188,255); }

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

background-color css

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

 a { background-color: rgb(101,188,255); }

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

border-color css

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

 span { border-color: rgb(101,188,255); }

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