Html Css Color HEX #65BCE0 Malibu

📋 copy color: '#65BCE0'

red 101 ◦ green 188 ◦ blue 224

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

Shades of Malibu #65BCE0

Tints of Malibu #65BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 19.69%
G = 36.65%
B = 43.66%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#65BCE0 (or 0x65BCE0) is known color: Malibu. HEX triplet: 65, BC and E0. RGB value is (101,188,224). Sum of RGB (Red+Green+Blue) = 101+188+224=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #65BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCE0 is #9A431F. Grayscale: #A5A5A5. Windows color (decimal): -10109728 or 14728293. OLE color: 14728293.

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

Color convert

RGB 101 188 224 -
CMYK 0.55 0.16 0 0.12
HSL 197.56º 0.66% 0.64% -
HSV(B) 197.56º 0.55% 0.88% -
XYZ 36.8 44.11 77.1 -
YUV 166.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 101 188 224 0.55 0.16 0 0.12 197.56 0.66 0.64
Hex 65 BC E0 37 10 0 C C6 42 40
Octal 145 274 340 67 20 0 14 306 102 100
Binary 1100101 10111100 11100000 110111 10000 0 1100 11000110 1000010 1000000

Color Harmonies of #65BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCE0

Black with #65BCE0

Text Example


Text Example

White with #65BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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