Html Css Color HEX #65BEDD Malibu

📋 copy color: '#65BEDD'

red 101 ◦ green 190 ◦ blue 221

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

Shades of Malibu #65BEDD

Tints of Malibu #65BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 19.73%
G = 37.11%
B = 43.16%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65BEDD (or 0x65BEDD) is known color: Malibu. HEX triplet: 65, BE and DD. RGB value is (101,190,221). Sum of RGB (Red+Green+Blue) = 101+190+221=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #65BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEDD is #9A4122. Grayscale: #A6A6A6. Windows color (decimal): -10109219 or 14532197. OLE color: 14532197.

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

Color convert

RGB 101 190 221 -
CMYK 0.54 0.14 0 0.13
HSL 195.5º 0.64% 0.63% -
HSV(B) 195.5º 0.54% 0.87% -
XYZ 36.83 44.81 75.12 -
YUV 166.92 158.51 80.98 -
System Red Green Blue C M Y K H S L
Decimal 101 190 221 0.54 0.14 0 0.13 195.5 0.64 0.63
Hex 65 BE DD 36 E 0 D C4 40 3F
Octal 145 276 335 66 16 0 15 304 100 77
Binary 1100101 10111110 11011101 110110 1110 0 1101 11000100 1000000 111111

Color Harmonies of #65BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEDD

Black with #65BEDD

Text Example


Text Example

White with #65BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,190,221); }

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

background-color css

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

 a { background-color: rgb(101,190,221); }

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

border-color css

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

 span { border-color: rgb(101,190,221); }

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