Html Css Color HEX #61A8DF Malibu

📋 copy color: '#61A8DF'

red 97 ◦ green 168 ◦ blue 223

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

Shades of Malibu #61A8DF

Tints of Malibu #61A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 19.88%
G = 34.43%
B = 45.7%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#61A8DF (or 0x61A8DF) is known color: Malibu. HEX triplet: 61, A8 and DF. RGB value is (97,168,223). Sum of RGB (Red+Green+Blue) = 97+168+223=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #61A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8DF is #9E5720. Grayscale: #989898. Windows color (decimal): -10376993 or 14657633. OLE color: 14657633.

HSL color Cylindrical-coordinate representation of color #61A8DF: hue angle of 206.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A8DF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 168 223 -
CMYK 0.57 0.25 0 0.13
HSL 206.19º 0.66% 0.63% -
HSV(B) 206.19º 0.57% 0.87% -
XYZ 32.25 35.87 75.04 -
YUV 153.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 97 168 223 0.57 0.25 0 0.13 206.19 0.66 0.63
Hex 61 A8 DF 39 19 0 D CE 42 3F
Octal 141 250 337 71 31 0 15 316 102 77
Binary 1100001 10101000 11011111 111001 11001 0 1101 11001110 1000010 111111

Color Harmonies of #61A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8DF

Black with #61A8DF

Text Example


Text Example

White with #61A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,168,223); }

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

background-color css

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

 a { background-color: rgb(97,168,223); }

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

border-color css

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

 span { border-color: rgb(97,168,223); }

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