Html Css Color HEX #65A8EA Malibu

📋 copy color: '#65A8EA'

red 101 ◦ green 168 ◦ blue 234

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

Shades of Malibu #65A8EA

Tints of Malibu #65A8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 20.08%
G = 33.4%
B = 46.52%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65A8EA (or 0x65A8EA) is known color: Malibu. HEX triplet: 65, A8 and EA. RGB value is (101,168,234). Sum of RGB (Red+Green+Blue) = 101+168+234=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #65A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8EA is #9A5715. Grayscale: #9B9B9B. Windows color (decimal): -10114838 or 15378533. OLE color: 15378533.

HSL color Cylindrical-coordinate representation of color #65A8EA: hue angle of 209.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65A8EA is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 168 234 -
CMYK 0.57 0.28 0 0.08
HSL 209.77º 0.76% 0.66% -
HSV(B) 209.77º 0.57% 0.92% -
XYZ 34.22 36.71 83.12 -
YUV 155.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 101 168 234 0.57 0.28 0 0.08 209.77 0.76 0.66
Hex 65 A8 EA 39 1C 0 8 D2 4C 42
Octal 145 250 352 71 34 0 10 322 114 102
Binary 1100101 10101000 11101010 111001 11100 0 1000 11010010 1001100 1000010

Color Harmonies of #65A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A8EA

Black with #65A8EA

Text Example


Text Example

White with #65A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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