Html Css Color HEX #65D0FD Maya Blue

📋 copy color: '#65D0FD'

red 101 ◦ green 208 ◦ blue 253

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

Shades of Maya Blue #65D0FD

Tints of Maya Blue #65D0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.01%

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

R = 17.97%
G = 37.01%
B = 45.02%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65D0FD (or 0x65D0FD) is known color: Maya Blue. HEX triplet: 65, D0 and FD. RGB value is (101,208,253). Sum of RGB (Red+Green+Blue) = 101+208+253=562 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.97% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D0FD is #9A2F02. Grayscale: #B4B4B4. Windows color (decimal): -10104579 or 16633957. OLE color: 16633957.

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

Color convert

RGB 101 208 253 -
CMYK 0.60 0.18 0 0.01
HSL 197.76º 0.97% 0.69% -
HSV(B) 197.76º 0.6% 0.99% -
XYZ 45.65 54.97 101.13 -
YUV 181.14 168.55 70.84 -
System Red Green Blue C M Y K H S L
Decimal 101 208 253 0.60 0.18 0 0.01 197.76 0.97 0.69
Hex 65 D0 FD 3C 12 0 1 C6 61 45
Octal 145 320 375 74 22 0 1 306 141 105
Binary 1100101 11010000 11111101 111100 10010 0 1 11000110 1100001 1000101

Color Harmonies of #65D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D0FD

Black with #65D0FD

Text Example


Text Example

White with #65D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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