Html Css Color HEX #65ACF2 Malibu

📋 copy color: '#65ACF2'

red 101 ◦ green 172 ◦ blue 242

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

Shades of Malibu #65ACF2

Tints of Malibu #65ACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 19.61%
G = 33.4%
B = 46.99%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65ACF2 (or 0x65ACF2) is known color: Malibu. HEX triplet: 65, AC and F2. RGB value is (101,172,242). Sum of RGB (Red+Green+Blue) = 101+172+242=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #65ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF2 is #9A530D. Grayscale: #9E9E9E. Windows color (decimal): -10113806 or 15903845. OLE color: 15903845.

HSL color Cylindrical-coordinate representation of color #65ACF2: hue angle of 209.79º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ACF2 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 172 242 -
CMYK 0.58 0.29 0 0.05
HSL 209.79º 0.84% 0.67% -
HSV(B) 209.79º 0.58% 0.95% -
XYZ 36.15 38.68 89.57 -
YUV 158.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 101 172 242 0.58 0.29 0 0.05 209.79 0.84 0.67
Hex 65 AC F2 3A 1D 0 5 D2 54 43
Octal 145 254 362 72 35 0 5 322 124 103
Binary 1100101 10101100 11110010 111010 11101 0 101 11010010 1010100 1000011

Color Harmonies of #65ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACF2

Black with #65ACF2

Text Example


Text Example

White with #65ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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