Html Css Color HEX #65C1DC Malibu

📋 copy color: '#65C1DC'

red 101 ◦ green 193 ◦ blue 220

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

Shades of Malibu #65C1DC

Tints of Malibu #65C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 19.65%
G = 37.55%
B = 42.8%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#65C1DC (or 0x65C1DC) is known color: Malibu. HEX triplet: 65, C1 and DC. RGB value is (101,193,220). Sum of RGB (Red+Green+Blue) = 101+193+220=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #65C1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C1DC is #9A3E23. Grayscale: #A8A8A8. Windows color (decimal): -10108452 or 14467429. OLE color: 14467429.

HSL color Cylindrical-coordinate representation of color #65C1DC: hue angle of 193.61º degrees, saturation: 0.63, 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 #65C1DC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 193 220 -
CMYK 0.54 0.12 0 0.14
HSL 193.61º 0.63% 0.63% -
HSV(B) 193.61º 0.54% 0.86% -
XYZ 37.36 46.07 74.63 -
YUV 168.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 101 193 220 0.54 0.12 0 0.14 193.61 0.63 0.63
Hex 65 C1 DC 36 C 0 E C2 3F 3F
Octal 145 301 334 66 14 0 16 302 77 77
Binary 1100101 11000001 11011100 110110 1100 0 1110 11000010 111111 111111

Color Harmonies of #65C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C1DC

Black with #65C1DC

Text Example


Text Example

White with #65C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,193,220); }

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

background-color css

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

 a { background-color: rgb(101,193,220); }

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

border-color css

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

 span { border-color: rgb(101,193,220); }

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