Html Css Color HEX #65C1EB Malibu

📋 copy color: '#65C1EB'

red 101 ◦ green 193 ◦ blue 235

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

Shades of Malibu #65C1EB

Tints of Malibu #65C1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 19.09%
G = 36.48%
B = 44.42%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65C1EB (or 0x65C1EB) is known color: Malibu. HEX triplet: 65, C1 and EB. RGB value is (101,193,235). Sum of RGB (Red+Green+Blue) = 101+193+235=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #65C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C1EB is #9A3E14. Grayscale: #AAAAAA. Windows color (decimal): -10108437 or 15450469. OLE color: 15450469.

HSL color Cylindrical-coordinate representation of color #65C1EB: hue angle of 198.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65C1EB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 193 235 -
CMYK 0.57 0.18 0 0.08
HSL 198.81º 0.77% 0.66% -
HSV(B) 198.81º 0.57% 0.92% -
XYZ 39.43 46.9 85.57 -
YUV 170.28 164.52 78.58 -
System Red Green Blue C M Y K H S L
Decimal 101 193 235 0.57 0.18 0 0.08 198.81 0.77 0.66
Hex 65 C1 EB 39 12 0 8 C7 4D 42
Octal 145 301 353 71 22 0 10 307 115 102
Binary 1100101 11000001 11101011 111001 10010 0 1000 11000111 1001101 1000010

Color Harmonies of #65C1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C1EB

Black with #65C1EB

Text Example


Text Example

White with #65C1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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