Html Css Color HEX #61C8EF Malibu

📋 copy color: '#61C8EF'

red 97 ◦ green 200 ◦ blue 239

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

Shades of Malibu #61C8EF

Tints of Malibu #61C8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 18.1%
G = 37.31%
B = 44.59%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61C8EF (or 0x61C8EF) is known color: Malibu. HEX triplet: 61, C8 and EF. RGB value is (97,200,239). Sum of RGB (Red+Green+Blue) = 97+200+239=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #61C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C8EF is #9E3710. Grayscale: #ADADAD. Windows color (decimal): -10368785 or 15714401. OLE color: 15714401.

HSL color Cylindrical-coordinate representation of color #61C8EF: hue angle of 196.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61C8EF is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 200 239 -
CMYK 0.59 0.16 0 0.06
HSL 196.48º 0.82% 0.66% -
HSV(B) 196.48º 0.59% 0.94% -
XYZ 41.16 50.08 89.16 -
YUV 173.65 164.88 73.33 -
System Red Green Blue C M Y K H S L
Decimal 97 200 239 0.59 0.16 0 0.06 196.48 0.82 0.66
Hex 61 C8 EF 3B 10 0 6 C4 52 42
Octal 141 310 357 73 20 0 6 304 122 102
Binary 1100001 11001000 11101111 111011 10000 0 110 11000100 1010010 1000010

Color Harmonies of #61C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C8EF

Black with #61C8EF

Text Example


Text Example

White with #61C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,200,239); }

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

background-color css

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

 a { background-color: rgb(97,200,239); }

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

border-color css

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

 span { border-color: rgb(97,200,239); }

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