Html Css Color HEX #65C2EB Malibu

📋 copy color: '#65C2EB'

red 101 ◦ green 194 ◦ blue 235

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

Shades of Malibu #65C2EB

Tints of Malibu #65C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 19.06%
G = 36.6%
B = 44.34%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65C2EB (or 0x65C2EB) is known color: Malibu. HEX triplet: 65, C2 and EB. RGB value is (101,194,235). Sum of RGB (Red+Green+Blue) = 101+194+235=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #65C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C2EB is #9A3D14. Grayscale: #AAAAAA. Windows color (decimal): -10108181 or 15450725. OLE color: 15450725.

HSL color Cylindrical-coordinate representation of color #65C2EB: hue angle of 198.36º 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 #65C2EB is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 194 235 -
CMYK 0.57 0.17 0 0.08
HSL 198.36º 0.77% 0.66% -
HSV(B) 198.36º 0.57% 0.92% -
XYZ 39.65 47.35 85.65 -
YUV 170.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 101 194 235 0.57 0.17 0 0.08 198.36 0.77 0.66
Hex 65 C2 EB 39 11 0 8 C6 4D 42
Octal 145 302 353 71 21 0 10 306 115 102
Binary 1100101 11000010 11101011 111001 10001 0 1000 11000110 1001101 1000010

Color Harmonies of #65C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2EB

Black with #65C2EB

Text Example


Text Example

White with #65C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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