Html Css Color HEX #65D3FB Maya Blue

📋 copy color: '#65D3FB'

red 101 ◦ green 211 ◦ blue 251

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

Shades of Maya Blue #65D3FB

Tints of Maya Blue #65D3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 17.94%
G = 37.48%
B = 44.58%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65D3FB (or 0x65D3FB) is known color: Maya Blue. HEX triplet: 65, D3 and FB. RGB value is (101,211,251). Sum of RGB (Red+Green+Blue) = 101+211+251=563 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.94% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #65D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3FB is #9A2C04. Grayscale: #B6B6B6. Windows color (decimal): -10103813 or 16503653. OLE color: 16503653.

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

Color convert

RGB 101 211 251 -
CMYK 0.60 0.16 0 0.02
HSL 196º 0.95% 0.69% -
HSV(B) 196º 0.6% 0.98% -
XYZ 46.07 56.32 99.71 -
YUV 182.67 166.56 69.75 -
System Red Green Blue C M Y K H S L
Decimal 101 211 251 0.60 0.16 0 0.02 196 0.95 0.69
Hex 65 D3 FB 3C 10 0 2 C4 5F 45
Octal 145 323 373 74 20 0 2 304 137 105
Binary 1100101 11010011 11111011 111100 10000 0 10 11000100 1011111 1000101

Color Harmonies of #65D3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D3FB

Black with #65D3FB

Text Example


Text Example

White with #65D3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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