Html Css Color HEX #65D3FD Maya Blue

📋 copy color: '#65D3FD'

red 101 ◦ green 211 ◦ blue 253

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

Shades of Maya Blue #65D3FD

Tints of Maya Blue #65D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

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

R = 17.88%
G = 37.35%
B = 44.78%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65D3FD (or 0x65D3FD) is known color: Maya Blue. HEX triplet: 65, D3 and FD. RGB value is (101,211,253). Sum of RGB (Red+Green+Blue) = 101+211+253=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3FD is #9A2C02. Grayscale: #B6B6B6. Windows color (decimal): -10103811 or 16634725. OLE color: 16634725.

HSL color Cylindrical-coordinate representation of color #65D3FD: hue angle of 196.58º 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 #65D3FD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 211 253 -
CMYK 0.60 0.17 0 0.01
HSL 196.58º 0.97% 0.69% -
HSV(B) 196.58º 0.6% 0.99% -
XYZ 46.39 56.45 101.38 -
YUV 182.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 101 211 253 0.60 0.17 0 0.01 196.58 0.97 0.69
Hex 65 D3 FD 3C 11 0 1 C5 61 45
Octal 145 323 375 74 21 0 1 305 141 105
Binary 1100101 11010011 11111101 111100 10001 0 1 11000101 1100001 1000101

Color Harmonies of #65D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3FD

Black with #65D3FD

Text Example


Text Example

White with #65D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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