Html Css Color HEX #61B3CE Malibu

📋 copy color: '#61B3CE'

red 97 ◦ green 179 ◦ blue 206

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

Shades of Malibu #61B3CE

Tints of Malibu #61B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 20.12%
G = 37.14%
B = 42.74%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61B3CE (or 0x61B3CE) is known color: Malibu. HEX triplet: 61, B3 and CE. RGB value is (97,179,206). Sum of RGB (Red+Green+Blue) = 97+179+206=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #61B3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3CE is #9E4C31. Grayscale: #9D9D9D. Windows color (decimal): -10374194 or 13546337. OLE color: 13546337.

HSL color Cylindrical-coordinate representation of color #61B3CE: hue angle of 194.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B3CE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 179 206 -
CMYK 0.53 0.13 0 0.19
HSL 194.86º 0.53% 0.59% -
HSV(B) 194.86º 0.53% 0.81% -
XYZ 32.19 39.24 64.27 -
YUV 157.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 97 179 206 0.53 0.13 0 0.19 194.86 0.53 0.59
Hex 61 B3 CE 35 D 0 13 C3 35 3B
Octal 141 263 316 65 15 0 23 303 65 73
Binary 1100001 10110011 11001110 110101 1101 0 10011 11000011 110101 111011

Color Harmonies of #61B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B3CE

Black with #61B3CE

Text Example


Text Example

White with #61B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,179,206); }

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

background-color css

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

 a { background-color: rgb(97,179,206); }

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

border-color css

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

 span { border-color: rgb(97,179,206); }

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