Html Css Color HEX #65A8DF Malibu

📋 copy color: '#65A8DF'

red 101 ◦ green 168 ◦ blue 223

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

Shades of Malibu #65A8DF

Tints of Malibu #65A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 20.53%
G = 34.15%
B = 45.33%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65A8DF (or 0x65A8DF) is known color: Malibu. HEX triplet: 65, A8 and DF. RGB value is (101,168,223). Sum of RGB (Red+Green+Blue) = 101+168+223=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #65A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8DF is #9A5720. Grayscale: #999999. Windows color (decimal): -10114849 or 14657637. OLE color: 14657637.

HSL color Cylindrical-coordinate representation of color #65A8DF: hue angle of 207.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65A8DF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 168 223 -
CMYK 0.55 0.25 0 0.13
HSL 207.05º 0.66% 0.64% -
HSV(B) 207.05º 0.55% 0.87% -
XYZ 32.69 36.1 75.06 -
YUV 154.24 166.8 90.03 -
System Red Green Blue C M Y K H S L
Decimal 101 168 223 0.55 0.25 0 0.13 207.05 0.66 0.64
Hex 65 A8 DF 37 19 0 D CF 42 40
Octal 145 250 337 67 31 0 15 317 102 100
Binary 1100101 10101000 11011111 110111 11001 0 1101 11001111 1000010 1000000

Color Harmonies of #65A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A8DF

Black with #65A8DF

Text Example


Text Example

White with #65A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,168,223); }

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

background-color css

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

 a { background-color: rgb(101,168,223); }

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

border-color css

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

 span { border-color: rgb(101,168,223); }

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