Html Css Color HEX #65BBE0 Malibu

📋 copy color: '#65BBE0'

red 101 ◦ green 187 ◦ blue 224

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

Shades of Malibu #65BBE0

Tints of Malibu #65BBE0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 19.73%
G = 36.52%
B = 43.75%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65BBE0 (or 0x65BBE0) is known color: Malibu. HEX triplet: 65, BB and E0. RGB value is (101,187,224). Sum of RGB (Red+Green+Blue) = 101+187+224=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #65BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBE0 is #9A441F. Grayscale: #A5A5A5. Windows color (decimal): -10109984 or 14728037. OLE color: 14728037.

HSL color Cylindrical-coordinate representation of color #65BBE0: hue angle of 198.05º degrees, saturation: 0.66, 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 #65BBE0 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 187 224 -
CMYK 0.55 0.17 0 0.12
HSL 198.05º 0.66% 0.64% -
HSV(B) 198.05º 0.55% 0.88% -
XYZ 36.59 43.69 77.03 -
YUV 165.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 101 187 224 0.55 0.17 0 0.12 198.05 0.66 0.64
Hex 65 BB E0 37 11 0 C C6 42 40
Octal 145 273 340 67 21 0 14 306 102 100
Binary 1100101 10111011 11100000 110111 10001 0 1100 11000110 1000010 1000000

Color Harmonies of #65BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBE0

Black with #65BBE0

Text Example


Text Example

White with #65BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,187,224); }

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

background-color css

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

 a { background-color: rgb(101,187,224); }

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

border-color css

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

 span { border-color: rgb(101,187,224); }

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