Html Css Color HEX #61BCEB Malibu

📋 copy color: '#61BCEB'

red 97 ◦ green 188 ◦ blue 235

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

Shades of Malibu #61BCEB

Tints of Malibu #61BCEB

RGB

 RED value IS 97 (38.28% from 255) = 18.65%

 GREEN value IS 188 (73.83% from 255) = 36.15%

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

R = 18.65%
G = 36.15%
B = 45.19%

CMYK

 C value IS 0.59

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61BCEB (or 0x61BCEB) is known color: Malibu. HEX triplet: 61, BC and EB. RGB value is (97,188,235). Sum of RGB (Red+Green+Blue) = 97+188+235=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #61BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCEB is #9E4314. Grayscale: #A5A5A5. Windows color (decimal): -10371861 or 15449185. OLE color: 15449185.

HSL color Cylindrical-coordinate representation of color #61BCEB: hue angle of 200.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BCEB is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 188 235 -
CMYK 0.59 0.2 0 0.08
HSL 200.43º 0.78% 0.65% -
HSV(B) 200.43º 0.59% 0.92% -
XYZ 37.91 44.51 85.19 -
YUV 166.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 97 188 235 0.59 0.2 0 0.08 200.43 0.78 0.65
Hex 61 BC EB 3B 14 0 8 C8 4E 41
Octal 141 274 353 73 24 0 10 310 116 101
Binary 1100001 10111100 11101011 111011 10100 0 1000 11001000 1001110 1000001

Color Harmonies of #61BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCEB

Black with #61BCEB

Text Example


Text Example

White with #61BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BCEB; }

 p { color: rgb(97,188,235); }

 H1.HeaderClassName
 {
   color: #61BCEB;
 }
 .AnyTagClassName
 {
   color: #61BCEB;
 }
</style>

background-color css

<style>
 a { background-color: #61BCEB; }

 a { background-color: rgb(97,188,235); }

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

border-color css

<style>
 span { border-color: #61BCEB; }

 span { border-color: rgb(97,188,235); }

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