#65C5F1

Color #65C5F1 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #65C5F1

Tints of Maya Blue #65C5F1

Color information

#65C5F1 (or 0x65C5F1) is unknown color: approx Maya Blue. HEX triplet: 65, C5 and F1. RGB value is (101,197,241). Sum of RGB (Red+Green+Blue) = 101+197+241=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #65C5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C5F1 is #9A3A0E. Grayscale: #ADADAD. Windows color (decimal): -10107407 or 15844709. OLE color: 15844709.

HSL color Cylindrical-coordinate representation of color #65C5F1: hue angle of 198.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C5F1 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101197241-
CMYK0.580.1800.05
HSL198.86º83.33%67.06%-
HSV(B)198.86º58.09%94.51%-
XYZ41.2149.0590.51-
YUV173.31166.276.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.74%
GREEN value IS 197 (77.34% from 255) = 36.55%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=18.74%
G=36.55%
B=44.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1011972410.580.1800.05198.8683.3367.06
Hex65C5F13A1205c75343
Octal145305361722205307123103
Binary110010111000101111100011110101001001011100011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,197,241); }

 H1.HeaderClassName
 {
   color: #65C5F1;
 }
 .AnyTagClassName
 {
   color: #65C5F1;
 }
</style>
background-color css

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

 a { background-color: rgb(101,197,241); }

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

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

 span { border-color: rgb(101,197,241); }

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