Html Css Color HEX #65C2EA Malibu

📋 copy color: '#65C2EA'

red 101 ◦ green 194 ◦ blue 234

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

Shades of Malibu #65C2EA

Tints of Malibu #65C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 19.09%
G = 36.67%
B = 44.23%

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

#65C2EA (or 0x65C2EA) is known color: Malibu. HEX triplet: 65, C2 and EA. RGB value is (101,194,234). Sum of RGB (Red+Green+Blue) = 101+194+234=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #65C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C2EA is #9A3D15. Grayscale: #AAAAAA. Windows color (decimal): -10108182 or 15385189. OLE color: 15385189.

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

Color convert

RGB 101 194 234 -
CMYK 0.57 0.17 0 0.08
HSL 198.05º 0.76% 0.66% -
HSV(B) 198.05º 0.57% 0.92% -
XYZ 39.51 47.29 84.89 -
YUV 170.75 163.69 78.25 -
System Red Green Blue C M Y K H S L
Decimal 101 194 234 0.57 0.17 0 0.08 198.05 0.76 0.66
Hex 65 C2 EA 39 11 0 8 C6 4C 42
Octal 145 302 352 71 21 0 10 306 114 102
Binary 1100101 11000010 11101010 111001 10001 0 1000 11000110 1001100 1000010

Color Harmonies of #65C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C2EA

Black with #65C2EA

Text Example


Text Example

White with #65C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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