Html Css Color HEX #65BAEA Malibu

📋 copy color: '#65BAEA'

red 101 ◦ green 186 ◦ blue 234

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

Shades of Malibu #65BAEA

Tints of Malibu #65BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 19.39%
G = 35.7%
B = 44.91%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65BAEA (or 0x65BAEA) is known color: Malibu. HEX triplet: 65, BA and EA. RGB value is (101,186,234). Sum of RGB (Red+Green+Blue) = 101+186+234=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #65BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAEA is #9A4515. Grayscale: #A5A5A5. Windows color (decimal): -10110230 or 15383141. OLE color: 15383141.

HSL color Cylindrical-coordinate representation of color #65BAEA: hue angle of 201.65º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BAEA is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 186 234 -
CMYK 0.57 0.21 0 0.08
HSL 201.65º 0.76% 0.66% -
HSV(B) 201.65º 0.57% 0.92% -
XYZ 37.78 43.83 84.31 -
YUV 166.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 101 186 234 0.57 0.21 0 0.08 201.65 0.76 0.66
Hex 65 BA EA 39 15 0 8 CA 4C 42
Octal 145 272 352 71 25 0 10 312 114 102
Binary 1100101 10111010 11101010 111001 10101 0 1000 11001010 1001100 1000010

Color Harmonies of #65BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BAEA

Black with #65BAEA

Text Example


Text Example

White with #65BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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