Html Css Color HEX #65ACF1 Malibu

📋 copy color: '#65ACF1'

red 101 ◦ green 172 ◦ blue 241

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

Shades of Malibu #65ACF1

Tints of Malibu #65ACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 19.65%
G = 33.46%
B = 46.89%

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

#65ACF1 (or 0x65ACF1) is known color: Malibu. HEX triplet: 65, AC and F1. RGB value is (101,172,241). Sum of RGB (Red+Green+Blue) = 101+172+241=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #65ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ACF1 is #9A530E. Grayscale: #9E9E9E. Windows color (decimal): -10113807 or 15838309. OLE color: 15838309.

HSL color Cylindrical-coordinate representation of color #65ACF1: hue angle of 209.57º degrees, saturation: 0.83, 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 #65ACF1 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 172 241 -
CMYK 0.58 0.29 0 0.05
HSL 209.57º 0.83% 0.67% -
HSV(B) 209.57º 0.58% 0.95% -
XYZ 36 38.62 88.78 -
YUV 158.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 101 172 241 0.58 0.29 0 0.05 209.57 0.83 0.67
Hex 65 AC F1 3A 1D 0 5 D2 53 43
Octal 145 254 361 72 35 0 5 322 123 103
Binary 1100101 10101100 11110001 111010 11101 0 101 11010010 1010011 1000011

Color Harmonies of #65ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ACF1

Black with #65ACF1

Text Example


Text Example

White with #65ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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