Html Css Color HEX #65C2F7 Maya Blue

📋 copy color: '#65C2F7'

red 101 ◦ green 194 ◦ blue 247

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

Shades of Maya Blue #65C2F7

Tints of Maya Blue #65C2F7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 18.63%
G = 35.79%
B = 45.57%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#65C2F7 (or 0x65C2F7) is known color: Maya Blue. HEX triplet: 65, C2 and F7. RGB value is (101,194,247). Sum of RGB (Red+Green+Blue) = 101+194+247=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #65C2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C2F7 is #9A3D08. Grayscale: #ABABAB. Windows color (decimal): -10108169 or 16237157. OLE color: 16237157.

HSL color Cylindrical-coordinate representation of color #65C2F7: hue angle of 201.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65C2F7 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 194 247 -
CMYK 0.59 0.21 0 0.03
HSL 201.78º 0.9% 0.68% -
HSV(B) 201.78º 0.59% 0.97% -
XYZ 41.45 48.07 95.09 -
YUV 172.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 101 194 247 0.59 0.21 0 0.03 201.78 0.9 0.68
Hex 65 C2 F7 3B 15 0 3 CA 5A 44
Octal 145 302 367 73 25 0 3 312 132 104
Binary 1100101 11000010 11110111 111011 10101 0 11 11001010 1011010 1000100

Color Harmonies of #65C2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2F7

Black with #65C2F7

Text Example


Text Example

White with #65C2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,194,247); }

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

background-color css

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

 a { background-color: rgb(101,194,247); }

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

border-color css

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

 span { border-color: rgb(101,194,247); }

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