Html Css Color HEX #65C9FD Maya Blue

📋 copy color: '#65C9FD'

red 101 ◦ green 201 ◦ blue 253

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

Shades of Maya Blue #65C9FD

Tints of Maya Blue #65C9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 18.2%
G = 36.22%
B = 45.59%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65C9FD (or 0x65C9FD) is known color: Maya Blue. HEX triplet: 65, C9 and FD. RGB value is (101,201,253). Sum of RGB (Red+Green+Blue) = 101+201+253=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #65C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C9FD is #9A3602. Grayscale: #B0B0B0. Windows color (decimal): -10106371 or 16632165. OLE color: 16632165.

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

Color convert

RGB 101 201 253 -
CMYK 0.60 0.21 0 0.01
HSL 200.53º 0.97% 0.69% -
HSV(B) 200.53º 0.6% 0.99% -
XYZ 43.98 51.63 100.58 -
YUV 177.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 101 201 253 0.60 0.21 0 0.01 200.53 0.97 0.69
Hex 65 C9 FD 3C 15 0 1 C9 61 45
Octal 145 311 375 74 25 0 1 311 141 105
Binary 1100101 11001001 11111101 111100 10101 0 1 11001001 1100001 1000101

Color Harmonies of #65C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C9FD

Black with #65C9FD

Text Example


Text Example

White with #65C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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