Html Css Color HEX #61BCED Malibu

📋 copy color: '#61BCED'

red 97 ◦ green 188 ◦ blue 237

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

Shades of Malibu #61BCED

Tints of Malibu #61BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 18.58%
G = 36.02%
B = 45.4%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#61BCED (or 0x61BCED) is known color: Malibu. HEX triplet: 61, BC and ED. RGB value is (97,188,237). Sum of RGB (Red+Green+Blue) = 97+188+237=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #61BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCED is #9E4312. Grayscale: #A6A6A6. Windows color (decimal): -10371859 or 15580257. OLE color: 15580257.

HSL color Cylindrical-coordinate representation of color #61BCED: hue angle of 201º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BCED is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 188 237 -
CMYK 0.59 0.21 0 0.07
HSL 201º 0.8% 0.65% -
HSV(B) 201º 0.59% 0.93% -
XYZ 38.2 44.62 86.72 -
YUV 166.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 97 188 237 0.59 0.21 0 0.07 201 0.8 0.65
Hex 61 BC ED 3B 15 0 7 C9 50 41
Octal 141 274 355 73 25 0 7 311 120 101
Binary 1100001 10111100 11101101 111011 10101 0 111 11001001 1010000 1000001

Color Harmonies of #61BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BCED

Black with #61BCED

Text Example


Text Example

White with #61BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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