Html Css Color HEX #61AFE3 Malibu

📋 copy color: '#61AFE3'

red 97 ◦ green 175 ◦ blue 227

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

Shades of Malibu #61AFE3

Tints of Malibu #61AFE3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 19.44%
G = 35.07%
B = 45.49%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#61AFE3 (or 0x61AFE3) is known color: Malibu. HEX triplet: 61, AF and E3. RGB value is (97,175,227). Sum of RGB (Red+Green+Blue) = 97+175+227=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #61AFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFE3 is #9E501C. Grayscale: #9D9D9D. Windows color (decimal): -10375197 or 14921569. OLE color: 14921569.

HSL color Cylindrical-coordinate representation of color #61AFE3: hue angle of 204º 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 #61AFE3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 175 227 -
CMYK 0.57 0.23 0 0.11
HSL 204º 0.7% 0.64% -
HSV(B) 204º 0.57% 0.89% -
XYZ 34.12 38.75 78.35 -
YUV 157.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 97 175 227 0.57 0.23 0 0.11 204 0.7 0.64
Hex 61 AF E3 39 17 0 B CC 46 40
Octal 141 257 343 71 27 0 13 314 106 100
Binary 1100001 10101111 11100011 111001 10111 0 1011 11001100 1000110 1000000

Color Harmonies of #61AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFE3

Black with #61AFE3

Text Example


Text Example

White with #61AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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