Html Css Color HEX #65C3DA Malibu

📋 copy color: '#65C3DA'

red 101 ◦ green 195 ◦ blue 218

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

Shades of Malibu #65C3DA

Tints of Malibu #65C3DA

RGB

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

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

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

R = 19.65%
G = 37.94%
B = 42.41%

CMYK

 C value IS 0.54

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65C3DA (or 0x65C3DA) is known color: Malibu. HEX triplet: 65, C3 and DA. RGB value is (101,195,218). Sum of RGB (Red+Green+Blue) = 101+195+218=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #65C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3DA is #9A3C25. Grayscale: #A9A9A9. Windows color (decimal): -10107942 or 14336869. OLE color: 14336869.

HSL color Cylindrical-coordinate representation of color #65C3DA: hue angle of 191.79º 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 #65C3DA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 195 218 -
CMYK 0.54 0.11 0 0.15
HSL 191.79º 0.61% 0.63% -
HSV(B) 191.79º 0.54% 0.85% -
XYZ 37.54 46.86 73.4 -
YUV 169.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 101 195 218 0.54 0.11 0 0.15 191.79 0.61 0.63
Hex 65 C3 DA 36 B 0 F C0 3D 3F
Octal 145 303 332 66 13 0 17 300 75 77
Binary 1100101 11000011 11011010 110110 1011 0 1111 11000000 111101 111111

Color Harmonies of #65C3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C3DA

Black with #65C3DA

Text Example


Text Example

White with #65C3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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