Html Css Color HEX #65C3DB Malibu

📋 copy color: '#65C3DB'

red 101 ◦ green 195 ◦ blue 219

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

Shades of Malibu #65C3DB

Tints of Malibu #65C3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 19.61%
G = 37.86%
B = 42.52%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65C3DB (or 0x65C3DB) is known color: Malibu. HEX triplet: 65, C3 and DB. RGB value is (101,195,219). Sum of RGB (Red+Green+Blue) = 101+195+219=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #65C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3DB is #9A3C24. Grayscale: #A9A9A9. Windows color (decimal): -10107941 or 14402405. OLE color: 14402405.

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

Color convert

RGB 101 195 219 -
CMYK 0.54 0.11 0 0.14
HSL 192.2º 0.62% 0.63% -
HSV(B) 192.2º 0.54% 0.86% -
XYZ 37.67 46.91 74.09 -
YUV 169.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 101 195 219 0.54 0.11 0 0.14 192.2 0.62 0.63
Hex 65 C3 DB 36 B 0 E C0 3E 3F
Octal 145 303 333 66 13 0 16 300 76 77
Binary 1100101 11000011 11011011 110110 1011 0 1110 11000000 111110 111111

Color Harmonies of #65C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3DB

Black with #65C3DB

Text Example


Text Example

White with #65C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,195,219); }

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

background-color css

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

 a { background-color: rgb(101,195,219); }

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

border-color css

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

 span { border-color: rgb(101,195,219); }

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