Html Css Color HEX #65D5FD Maya Blue

📋 copy color: '#65D5FD'

red 101 ◦ green 213 ◦ blue 253

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

Shades of Maya Blue #65D5FD

Tints of Maya Blue #65D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.57%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 17.81%
G = 37.57%
B = 44.62%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65D5FD (or 0x65D5FD) is known color: Maya Blue. HEX triplet: 65, D5 and FD. RGB value is (101,213,253). Sum of RGB (Red+Green+Blue) = 101+213+253=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D5FD is #9A2A02. Grayscale: #B7B7B7. Windows color (decimal): -10103299 or 16635237. OLE color: 16635237.

HSL color Cylindrical-coordinate representation of color #65D5FD: hue angle of 195.79º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D5FD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 213 253 -
CMYK 0.60 0.16 0 0.01
HSL 195.79º 0.97% 0.69% -
HSV(B) 195.79º 0.6% 0.99% -
XYZ 46.89 57.45 101.55 -
YUV 184.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 101 213 253 0.60 0.16 0 0.01 195.79 0.97 0.69
Hex 65 D5 FD 3C 10 0 1 C4 61 45
Octal 145 325 375 74 20 0 1 304 141 105
Binary 1100101 11010101 11111101 111100 10000 0 1 11000100 1100001 1000101

Color Harmonies of #65D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D5FD

Black with #65D5FD

Text Example


Text Example

White with #65D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,213,253); }

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

background-color css

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

 a { background-color: rgb(101,213,253); }

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

border-color css

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

 span { border-color: rgb(101,213,253); }

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