Html Css Color HEX #65BAFC Maya Blue

📋 copy color: '#65BAFC'

red 101 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #65BAFC

Tints of Maya Blue #65BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 18.74%
G = 34.51%
B = 46.75%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65BAFC (or 0x65BAFC) is known color: Maya Blue. HEX triplet: 65, BA and FC. RGB value is (101,186,252). Sum of RGB (Red+Green+Blue) = 101+186+252=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #65BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAFC is #9A4503. Grayscale: #A7A7A7. Windows color (decimal): -10110212 or 16562789. OLE color: 16562789.

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

Color convert

RGB 101 186 252 -
CMYK 0.60 0.26 0 0.01
HSL 206.23º 0.96% 0.69% -
HSV(B) 206.23º 0.6% 0.99% -
XYZ 40.5 44.91 98.63 -
YUV 168.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 101 186 252 0.60 0.26 0 0.01 206.23 0.96 0.69
Hex 65 BA FC 3C 1A 0 1 CE 60 45
Octal 145 272 374 74 32 0 1 316 140 105
Binary 1100101 10111010 11111100 111100 11010 0 1 11001110 1100000 1000101

Color Harmonies of #65BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAFC

Black with #65BAFC

Text Example


Text Example

White with #65BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,186,252); }

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

background-color css

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

 a { background-color: rgb(101,186,252); }

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

border-color css

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

 span { border-color: rgb(101,186,252); }

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