Html Css Color HEX #65C4F1 Maya Blue

📋 copy color: '#65C4F1'

red 101 ◦ green 196 ◦ blue 241

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

Shades of Maya Blue #65C4F1

Tints of Maya Blue #65C4F1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 18.77%
G = 36.43%
B = 44.8%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65C4F1 (or 0x65C4F1) is known color: Maya Blue. HEX triplet: 65, C4 and F1. RGB value is (101,196,241). Sum of RGB (Red+Green+Blue) = 101+196+241=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #65C4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C4F1 is #9A3B0E. Grayscale: #ACACAC. Windows color (decimal): -10107663 or 15844453. OLE color: 15844453.

HSL color Cylindrical-coordinate representation of color #65C4F1: hue angle of 199.29º 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 #65C4F1 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 196 241 -
CMYK 0.58 0.19 0 0.05
HSL 199.29º 0.83% 0.67% -
HSV(B) 199.29º 0.58% 0.95% -
XYZ 40.98 48.6 90.44 -
YUV 172.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 101 196 241 0.58 0.19 0 0.05 199.29 0.83 0.67
Hex 65 C4 F1 3A 13 0 5 C7 53 43
Octal 145 304 361 72 23 0 5 307 123 103
Binary 1100101 11000100 11110001 111010 10011 0 101 11000111 1010011 1000011

Color Harmonies of #65C4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C4F1

Black with #65C4F1

Text Example


Text Example

White with #65C4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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