Html Css Color HEX #65C0F9 Maya Blue

📋 copy color: '#65C0F9'

red 101 ◦ green 192 ◦ blue 249

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

Shades of Maya Blue #65C0F9

Tints of Maya Blue #65C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.42%

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 18.63%
G = 35.42%
B = 45.94%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65C0F9 (or 0x65C0F9) is known color: Maya Blue. HEX triplet: 65, C0 and F9. RGB value is (101,192,249). Sum of RGB (Red+Green+Blue) = 101+192+249=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #65C0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0F9 is #9A3F06. Grayscale: #AAAAAA. Windows color (decimal): -10108679 or 16367717. OLE color: 16367717.

HSL color Cylindrical-coordinate representation of color #65C0F9: hue angle of 203.11º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C0F9 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 192 249 -
CMYK 0.59 0.23 0 0.02
HSL 203.11º 0.93% 0.69% -
HSV(B) 203.11º 0.59% 0.98% -
XYZ 41.32 47.31 96.58 -
YUV 171.29 171.85 77.87 -
System Red Green Blue C M Y K H S L
Decimal 101 192 249 0.59 0.23 0 0.02 203.11 0.93 0.69
Hex 65 C0 F9 3B 17 0 2 CB 5C 45
Octal 145 300 371 73 27 0 2 313 134 105
Binary 1100101 11000000 11111001 111011 10111 0 10 11001011 1011100 1000101

Color Harmonies of #65C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C0F9

Black with #65C0F9

Text Example


Text Example

White with #65C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,249); }

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

background-color css

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

 a { background-color: rgb(101,192,249); }

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

border-color css

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

 span { border-color: rgb(101,192,249); }

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