Html Css Color HEX #65D2FD Maya Blue

📋 copy color: '#65D2FD'

red 101 ◦ green 210 ◦ blue 253

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

Shades of Maya Blue #65D2FD

Tints of Maya Blue #65D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

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

R = 17.91%
G = 37.23%
B = 44.86%

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

#65D2FD (or 0x65D2FD) is known color: Maya Blue. HEX triplet: 65, D2 and FD. RGB value is (101,210,253). Sum of RGB (Red+Green+Blue) = 101+210+253=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #65D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D2FD is #9A2D02. Grayscale: #B6B6B6. Windows color (decimal): -10104067 or 16634469. OLE color: 16634469.

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

Color convert

RGB 101 210 253 -
CMYK 0.60 0.17 0 0.01
HSL 196.97º 0.97% 0.69% -
HSV(B) 196.97º 0.6% 0.99% -
XYZ 46.14 55.95 101.3 -
YUV 182.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 101 210 253 0.60 0.17 0 0.01 196.97 0.97 0.69
Hex 65 D2 FD 3C 11 0 1 C5 61 45
Octal 145 322 375 74 21 0 1 305 141 105
Binary 1100101 11010010 11111101 111100 10001 0 1 11000101 1100001 1000101

Color Harmonies of #65D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D2FD

Black with #65D2FD

Text Example


Text Example

White with #65D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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