Html Css Color HEX #65C0EF Malibu

📋 copy color: '#65C0EF'

red 101 ◦ green 192 ◦ blue 239

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

Shades of Malibu #65C0EF

Tints of Malibu #65C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 18.98%
G = 36.09%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65C0EF (or 0x65C0EF) is known color: Malibu. HEX triplet: 65, C0 and EF. RGB value is (101,192,239). Sum of RGB (Red+Green+Blue) = 101+192+239=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #65C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0EF is #9A3F10. Grayscale: #A9A9A9. Windows color (decimal): -10108689 or 15712357. OLE color: 15712357.

HSL color Cylindrical-coordinate representation of color #65C0EF: hue angle of 200.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C0EF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 192 239 -
CMYK 0.58 0.20 0 0.06
HSL 200.43º 0.81% 0.67% -
HSV(B) 200.43º 0.58% 0.94% -
XYZ 39.8 46.7 88.58 -
YUV 170.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 101 192 239 0.58 0.20 0 0.06 200.43 0.81 0.67
Hex 65 C0 EF 3A 14 0 6 C8 51 43
Octal 145 300 357 72 24 0 6 310 121 103
Binary 1100101 11000000 11101111 111010 10100 0 110 11001000 1010001 1000011

Color Harmonies of #65C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C0EF

Black with #65C0EF

Text Example


Text Example

White with #65C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,192,239); }

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

background-color css

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

 a { background-color: rgb(101,192,239); }

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

border-color css

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

 span { border-color: rgb(101,192,239); }

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