Html Css Color HEX #65C6DA Malibu

📋 copy color: '#65C6DA'

red 101 ◦ green 198 ◦ blue 218

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

Shades of Malibu #65C6DA

Tints of Malibu #65C6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 19.54%
G = 38.3%
B = 42.17%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65C6DA (or 0x65C6DA) is known color: Malibu. HEX triplet: 65, C6 and DA. RGB value is (101,198,218). Sum of RGB (Red+Green+Blue) = 101+198+218=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #65C6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C6DA is #9A3925. Grayscale: #ABABAB. Windows color (decimal): -10107174 or 14337637. OLE color: 14337637.

HSL color Cylindrical-coordinate representation of color #65C6DA: hue angle of 190.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C6DA is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 198 218 -
CMYK 0.54 0.09 0 0.15
HSL 190.26º 0.61% 0.63% -
HSV(B) 190.26º 0.54% 0.85% -
XYZ 38.22 48.22 73.62 -
YUV 171.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 101 198 218 0.54 0.09 0 0.15 190.26 0.61 0.63
Hex 65 C6 DA 36 9 0 F BE 3D 3F
Octal 145 306 332 66 11 0 17 276 75 77
Binary 1100101 11000110 11011010 110110 1001 0 1111 10111110 111101 111111

Color Harmonies of #65C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C6DA

Black with #65C6DA

Text Example


Text Example

White with #65C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,198,218); }

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

background-color css

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

 a { background-color: rgb(101,198,218); }

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

border-color css

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

 span { border-color: rgb(101,198,218); }

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