Html Css Color HEX #65BAE9 Malibu

📋 copy color: '#65BAE9'

red 101 ◦ green 186 ◦ blue 233

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

Shades of Malibu #65BAE9

Tints of Malibu #65BAE9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 19.42%
G = 35.77%
B = 44.81%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#65BAE9 (or 0x65BAE9) is known color: Malibu. HEX triplet: 65, BA and E9. RGB value is (101,186,233). Sum of RGB (Red+Green+Blue) = 101+186+233=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #65BAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAE9 is #9A4516. Grayscale: #A5A5A5. Windows color (decimal): -10110231 or 15317605. OLE color: 15317605.

HSL color Cylindrical-coordinate representation of color #65BAE9: hue angle of 201.36º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BAE9 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 186 233 -
CMYK 0.57 0.20 0 0.09
HSL 201.36º 0.75% 0.65% -
HSV(B) 201.36º 0.57% 0.91% -
XYZ 37.63 43.77 83.56 -
YUV 165.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 101 186 233 0.57 0.20 0 0.09 201.36 0.75 0.65
Hex 65 BA E9 39 14 0 9 C9 4B 41
Octal 145 272 351 71 24 0 11 311 113 101
Binary 1100101 10111010 11101001 111001 10100 0 1001 11001001 1001011 1000001

Color Harmonies of #65BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAE9

Black with #65BAE9

Text Example


Text Example

White with #65BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,186,233); }

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

background-color css

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

 a { background-color: rgb(101,186,233); }

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

border-color css

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

 span { border-color: rgb(101,186,233); }

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