Html Css Color HEX #65B5E1 Malibu

📋 copy color: '#65B5E1'

red 101 ◦ green 181 ◦ blue 225

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

Shades of Malibu #65B5E1

Tints of Malibu #65B5E1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.7%

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 19.92%
G = 35.7%
B = 44.38%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65B5E1 (or 0x65B5E1) is known color: Malibu. HEX triplet: 65, B5 and E1. RGB value is (101,181,225). Sum of RGB (Red+Green+Blue) = 101+181+225=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #65B5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5E1 is #9A4A1E. Grayscale: #A1A1A1. Windows color (decimal): -10111519 or 14792037. OLE color: 14792037.

HSL color Cylindrical-coordinate representation of color #65B5E1: hue angle of 201.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65B5E1 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 181 225 -
CMYK 0.55 0.20 0 0.12
HSL 201.29º 0.67% 0.64% -
HSV(B) 201.29º 0.55% 0.88% -
XYZ 35.48 41.25 77.33 -
YUV 162.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 101 181 225 0.55 0.20 0 0.12 201.29 0.67 0.64
Hex 65 B5 E1 37 14 0 C C9 43 40
Octal 145 265 341 67 24 0 14 311 103 100
Binary 1100101 10110101 11100001 110111 10100 0 1100 11001001 1000011 1000000

Color Harmonies of #65B5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B5E1

Black with #65B5E1

Text Example


Text Example

White with #65B5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,181,225); }

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

background-color css

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

 a { background-color: rgb(101,181,225); }

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

border-color css

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

 span { border-color: rgb(101,181,225); }

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