Html Css Color HEX #65CDF9 Maya Blue

📋 copy color: '#65CDF9'

red 101 ◦ green 205 ◦ blue 249

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

Shades of Maya Blue #65CDF9

Tints of Maya Blue #65CDF9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.94%

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

R = 18.2%
G = 36.94%
B = 44.86%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65CDF9 (or 0x65CDF9) is known color: Maya Blue. HEX triplet: 65, CD and F9. RGB value is (101,205,249). Sum of RGB (Red+Green+Blue) = 101+205+249=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #65CDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF9 is #9A3206. Grayscale: #B2B2B2. Windows color (decimal): -10105351 or 16371045. OLE color: 16371045.

HSL color Cylindrical-coordinate representation of color #65CDF9: hue angle of 197.84º 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 #65CDF9 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 205 249 -
CMYK 0.59 0.18 0 0.02
HSL 197.84º 0.93% 0.69% -
HSV(B) 197.84º 0.59% 0.98% -
XYZ 44.3 53.27 97.57 -
YUV 178.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 101 205 249 0.59 0.18 0 0.02 197.84 0.93 0.69
Hex 65 CD F9 3B 12 0 2 C6 5C 45
Octal 145 315 371 73 22 0 2 306 134 105
Binary 1100101 11001101 11111001 111011 10010 0 10 11000110 1011100 1000101

Color Harmonies of #65CDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CDF9

Black with #65CDF9

Text Example


Text Example

White with #65CDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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