Html Css Color HEX #61BFF1 Malibu

📋 copy color: '#61BFF1'

red 97 ◦ green 191 ◦ blue 241

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

Shades of Malibu #61BFF1

Tints of Malibu #61BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.11%

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 18.34%
G = 36.11%
B = 45.56%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61BFF1 (or 0x61BFF1) is known color: Malibu. HEX triplet: 61, BF and F1. RGB value is (97,191,241). Sum of RGB (Red+Green+Blue) = 97+191+241=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #61BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFF1 is #9E400E. Grayscale: #A8A8A8. Windows color (decimal): -10371087 or 15843169. OLE color: 15843169.

HSL color Cylindrical-coordinate representation of color #61BFF1: hue angle of 200.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BFF1 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 191 241 -
CMYK 0.60 0.21 0 0.05
HSL 200.83º 0.84% 0.66% -
HSV(B) 200.83º 0.6% 0.95% -
XYZ 39.44 46.15 90.05 -
YUV 168.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 97 191 241 0.60 0.21 0 0.05 200.83 0.84 0.66
Hex 61 BF F1 3C 15 0 5 C9 54 42
Octal 141 277 361 74 25 0 5 311 124 102
Binary 1100001 10111111 11110001 111100 10101 0 101 11001001 1010100 1000010

Color Harmonies of #61BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFF1

Black with #61BFF1

Text Example


Text Example

White with #61BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,191,241); }

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

background-color css

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

 a { background-color: rgb(97,191,241); }

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

border-color css

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

 span { border-color: rgb(97,191,241); }

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