Html Css Color HEX #65CBF6 Maya Blue

📋 copy color: '#65CBF6'

red 101 ◦ green 203 ◦ blue 246

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

Shades of Maya Blue #65CBF6

Tints of Maya Blue #65CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 18.36%
G = 36.91%
B = 44.73%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#65CBF6 (or 0x65CBF6) is known color: Maya Blue. HEX triplet: 65, CB and F6. RGB value is (101,203,246). Sum of RGB (Red+Green+Blue) = 101+203+246=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #65CBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CBF6 is #9A3409. Grayscale: #B1B1B1. Windows color (decimal): -10105866 or 16173925. OLE color: 16173925.

HSL color Cylindrical-coordinate representation of color #65CBF6: hue angle of 197.79º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65CBF6 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 203 246 -
CMYK 0.59 0.17 0 0.04
HSL 197.79º 0.89% 0.68% -
HSV(B) 197.79º 0.59% 0.96% -
XYZ 43.36 52.13 94.97 -
YUV 177.4 166.71 73.5 -
System Red Green Blue C M Y K H S L
Decimal 101 203 246 0.59 0.17 0 0.04 197.79 0.89 0.68
Hex 65 CB F6 3B 11 0 4 C6 59 44
Octal 145 313 366 73 21 0 4 306 131 104
Binary 1100101 11001011 11110110 111011 10001 0 100 11000110 1011001 1000100

Color Harmonies of #65CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBF6

Black with #65CBF6

Text Example


Text Example

White with #65CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,246); }

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

background-color css

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

 a { background-color: rgb(101,203,246); }

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

border-color css

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

 span { border-color: rgb(101,203,246); }

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