Html Css Color HEX #65C8EB Malibu

📋 copy color: '#65C8EB'

red 101 ◦ green 200 ◦ blue 235

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

Shades of Malibu #65C8EB

Tints of Malibu #65C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

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

R = 18.84%
G = 37.31%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65C8EB (or 0x65C8EB) is known color: Malibu. HEX triplet: 65, C8 and EB. RGB value is (101,200,235). Sum of RGB (Red+Green+Blue) = 101+200+235=536 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.84% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #65C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8EB is #9A3714. Grayscale: #AEAEAE. Windows color (decimal): -10106645 or 15452261. OLE color: 15452261.

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

Color convert

RGB 101 200 235 -
CMYK 0.57 0.15 0 0.08
HSL 195.67º 0.77% 0.66% -
HSV(B) 195.67º 0.57% 0.92% -
XYZ 41.02 50.07 86.1 -
YUV 174.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 101 200 235 0.57 0.15 0 0.08 195.67 0.77 0.66
Hex 65 C8 EB 39 F 0 8 C4 4D 42
Octal 145 310 353 71 17 0 10 304 115 102
Binary 1100101 11001000 11101011 111001 1111 0 1000 11000100 1001101 1000010

Color Harmonies of #65C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C8EB

Black with #65C8EB

Text Example


Text Example

White with #65C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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