Html Css Color HEX #61C0F2 Malibu

📋 copy color: '#61C0F2'

red 97 ◦ green 192 ◦ blue 242

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

Shades of Malibu #61C0F2

Tints of Malibu #61C0F2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 18.27%
G = 36.16%
B = 45.57%

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

#61C0F2 (or 0x61C0F2) is known color: Malibu. HEX triplet: 61, C0 and F2. RGB value is (97,192,242). Sum of RGB (Red+Green+Blue) = 97+192+242=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #61C0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0F2 is #9E3F0D. Grayscale: #A9A9A9. Windows color (decimal): -10370830 or 15908961. OLE color: 15908961.

HSL color Cylindrical-coordinate representation of color #61C0F2: hue angle of 200.69º degrees, saturation: 0.85, 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 #61C0F2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 192 242 -
CMYK 0.60 0.21 0 0.05
HSL 200.69º 0.85% 0.66% -
HSV(B) 200.69º 0.6% 0.95% -
XYZ 39.81 46.65 90.91 -
YUV 169.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 97 192 242 0.60 0.21 0 0.05 200.69 0.85 0.66
Hex 61 C0 F2 3C 15 0 5 C9 55 42
Octal 141 300 362 74 25 0 5 311 125 102
Binary 1100001 11000000 11110010 111100 10101 0 101 11001001 1010101 1000010

Color Harmonies of #61C0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C0F2

Black with #61C0F2

Text Example


Text Example

White with #61C0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,192,242); }

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

background-color css

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

 a { background-color: rgb(97,192,242); }

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

border-color css

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

 span { border-color: rgb(97,192,242); }

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