Html Css Color HEX #61B2F0 Malibu

📋 copy color: '#61B2F0'

red 97 ◦ green 178 ◦ blue 240

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

Shades of Malibu #61B2F0

Tints of Malibu #61B2F0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.56%

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 18.83%
G = 34.56%
B = 46.6%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61B2F0 (or 0x61B2F0) is known color: Malibu. HEX triplet: 61, B2 and F0. RGB value is (97,178,240). Sum of RGB (Red+Green+Blue) = 97+178+240=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #61B2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B2F0 is #9E4D0F. Grayscale: #A0A0A0. Windows color (decimal): -10374416 or 15774305. OLE color: 15774305.

HSL color Cylindrical-coordinate representation of color #61B2F0: hue angle of 206.01º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61B2F0 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 178 240 -
CMYK 0.60 0.26 0 0.06
HSL 206.01º 0.83% 0.66% -
HSV(B) 206.01º 0.6% 0.94% -
XYZ 36.58 40.67 88.36 -
YUV 160.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 97 178 240 0.60 0.26 0 0.06 206.01 0.83 0.66
Hex 61 B2 F0 3C 1A 0 6 CE 53 42
Octal 141 262 360 74 32 0 6 316 123 102
Binary 1100001 10110010 11110000 111100 11010 0 110 11001110 1010011 1000010

Color Harmonies of #61B2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B2F0

Black with #61B2F0

Text Example


Text Example

White with #61B2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,178,240); }

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

background-color css

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

 a { background-color: rgb(97,178,240); }

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

border-color css

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

 span { border-color: rgb(97,178,240); }

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