Html Css Color HEX #65A7DF Malibu

📋 copy color: '#65A7DF'

red 101 ◦ green 167 ◦ blue 223

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

Shades of Malibu #65A7DF

Tints of Malibu #65A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

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

R = 20.57%
G = 34.01%
B = 45.42%

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

#65A7DF (or 0x65A7DF) is known color: Malibu. HEX triplet: 65, A7 and DF. RGB value is (101,167,223). Sum of RGB (Red+Green+Blue) = 101+167+223=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #65A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A7DF is #9A5820. Grayscale: #999999. Windows color (decimal): -10115105 or 14657381. OLE color: 14657381.

HSL color Cylindrical-coordinate representation of color #65A7DF: hue angle of 207.54º 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 #65A7DF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 167 223 -
CMYK 0.55 0.25 0 0.13
HSL 207.54º 0.66% 0.64% -
HSV(B) 207.54º 0.55% 0.87% -
XYZ 32.5 35.73 75 -
YUV 153.65 167.13 90.45 -
System Red Green Blue C M Y K H S L
Decimal 101 167 223 0.55 0.25 0 0.13 207.54 0.66 0.64
Hex 65 A7 DF 37 19 0 D D0 42 40
Octal 145 247 337 67 31 0 15 320 102 100
Binary 1100101 10100111 11011111 110111 11001 0 1101 11010000 1000010 1000000

Color Harmonies of #65A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A7DF

Black with #65A7DF

Text Example


Text Example

White with #65A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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