Html Css Color HEX #65ACF0 Malibu

📋 copy color: '#65ACF0'

red 101 ◦ green 172 ◦ blue 240

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

Shades of Malibu #65ACF0

Tints of Malibu #65ACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 19.69%
G = 33.53%
B = 46.78%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65ACF0 (or 0x65ACF0) is known color: Malibu. HEX triplet: 65, AC and F0. RGB value is (101,172,240). Sum of RGB (Red+Green+Blue) = 101+172+240=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #65ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF0 is #9A530F. Grayscale: #9E9E9E. Windows color (decimal): -10113808 or 15772773. OLE color: 15772773.

HSL color Cylindrical-coordinate representation of color #65ACF0: hue angle of 209.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ACF0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 172 240 -
CMYK 0.58 0.28 0 0.06
HSL 209.35º 0.82% 0.67% -
HSV(B) 209.35º 0.58% 0.94% -
XYZ 35.85 38.56 87.99 -
YUV 158.52 173.98 86.97 -
System Red Green Blue C M Y K H S L
Decimal 101 172 240 0.58 0.28 0 0.06 209.35 0.82 0.67
Hex 65 AC F0 3A 1C 0 6 D1 52 43
Octal 145 254 360 72 34 0 6 321 122 103
Binary 1100101 10101100 11110000 111010 11100 0 110 11010001 1010010 1000011

Color Harmonies of #65ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACF0

Black with #65ACF0

Text Example


Text Example

White with #65ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,172,240); }

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

background-color css

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

 a { background-color: rgb(101,172,240); }

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

border-color css

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

 span { border-color: rgb(101,172,240); }

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