Html Css Color HEX #61BFE7 Malibu

📋 copy color: '#61BFE7'

red 97 ◦ green 191 ◦ blue 231

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

Shades of Malibu #61BFE7

Tints of Malibu #61BFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 18.69%
G = 36.8%
B = 44.51%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61BFE7 (or 0x61BFE7) is known color: Malibu. HEX triplet: 61, BF and E7. RGB value is (97,191,231). Sum of RGB (Red+Green+Blue) = 97+191+231=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #61BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFE7 is #9E4018. Grayscale: #A7A7A7. Windows color (decimal): -10371097 or 15187809. OLE color: 15187809.

HSL color Cylindrical-coordinate representation of color #61BFE7: hue angle of 197.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BFE7 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 191 231 -
CMYK 0.58 0.17 0 0.09
HSL 197.91º 0.74% 0.64% -
HSV(B) 197.91º 0.58% 0.91% -
XYZ 37.98 45.57 82.4 -
YUV 167.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 97 191 231 0.58 0.17 0 0.09 197.91 0.74 0.64
Hex 61 BF E7 3A 11 0 9 C6 4A 40
Octal 141 277 347 72 21 0 11 306 112 100
Binary 1100001 10111111 11100111 111010 10001 0 1001 11000110 1001010 1000000

Color Harmonies of #61BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BFE7

Black with #61BFE7

Text Example


Text Example

White with #61BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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