Html Css Color HEX #65A7E8 Malibu

📋 copy color: '#65A7E8'

red 101 ◦ green 167 ◦ blue 232

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

Shades of Malibu #65A7E8

Tints of Malibu #65A7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 20.2%
G = 33.4%
B = 46.4%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#65A7E8 (or 0x65A7E8) is known color: Malibu. HEX triplet: 65, A7 and E8. RGB value is (101,167,232). Sum of RGB (Red+Green+Blue) = 101+167+232=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #65A7E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A7E8 is #9A5817. Grayscale: #9A9A9A. Windows color (decimal): -10115096 or 15247205. OLE color: 15247205.

HSL color Cylindrical-coordinate representation of color #65A7E8: hue angle of 209.77º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A7E8 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 101 167 232 -
CMYK 0.56 0.28 0 0.09
HSL 209.77º 0.74% 0.65% -
HSV(B) 209.77º 0.56% 0.91% -
XYZ 33.75 36.23 81.56 -
YUV 154.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 101 167 232 0.56 0.28 0 0.09 209.77 0.74 0.65
Hex 65 A7 E8 38 1C 0 9 D2 4A 41
Octal 145 247 350 70 34 0 11 322 112 101
Binary 1100101 10100111 11101000 111000 11100 0 1001 11010010 1001010 1000001

Color Harmonies of #65A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A7E8

Black with #65A7E8

Text Example


Text Example

White with #65A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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