Html Css Color HEX #61B5E3 Malibu

📋 copy color: '#61B5E3'

red 97 ◦ green 181 ◦ blue 227

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

Shades of Malibu #61B5E3

Tints of Malibu #61B5E3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.84%

 BLUE value IS 227 (89.06% from 255) = 44.95%

R = 19.21%
G = 35.84%
B = 44.95%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#61B5E3 (or 0x61B5E3) is known color: Malibu. HEX triplet: 61, B5 and E3. RGB value is (97,181,227). Sum of RGB (Red+Green+Blue) = 97+181+227=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #61B5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5E3 is #9E4A1C. Grayscale: #A0A0A0. Windows color (decimal): -10373661 or 14923105. OLE color: 14923105.

HSL color Cylindrical-coordinate representation of color #61B5E3: hue angle of 201.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B5E3 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 181 227 -
CMYK 0.57 0.20 0 0.11
HSL 201.23º 0.7% 0.64% -
HSV(B) 201.23º 0.57% 0.89% -
XYZ 35.32 41.14 78.75 -
YUV 161.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 97 181 227 0.57 0.20 0 0.11 201.23 0.7 0.64
Hex 61 B5 E3 39 14 0 B C9 46 40
Octal 141 265 343 71 24 0 13 311 106 100
Binary 1100001 10110101 11100011 111001 10100 0 1011 11001001 1000110 1000000

Color Harmonies of #61B5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B5E3

Black with #61B5E3

Text Example


Text Example

White with #61B5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,181,227); }

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

background-color css

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

 a { background-color: rgb(97,181,227); }

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

border-color css

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

 span { border-color: rgb(97,181,227); }

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