Html Css Color HEX #5FAFED Malibu

📋 copy color: '#5FAFED'

red 95 ◦ green 175 ◦ blue 237

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

Shades of Malibu #5FAFED

Tints of Malibu #5FAFED

RGB

 RED value IS 95 (37.5% from 255) = 18.74%

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 18.74%
G = 34.52%
B = 46.75%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FAFED (or 0x5FAFED) is known color: Malibu. HEX triplet: 5F, AF and ED. RGB value is (95,175,237). Sum of RGB (Red+Green+Blue) = 95+175+237=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFED is #A05012. Grayscale: #9D9D9D. Windows color (decimal): -10506259 or 15576927. OLE color: 15576927.

HSL color Cylindrical-coordinate representation of color #5FAFED: hue angle of 206.2º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FAFED is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 175 237 -
CMYK 0.60 0.26 0 0.07
HSL 206.2º 0.8% 0.65% -
HSV(B) 206.2º 0.6% 0.93% -
XYZ 35.34 39.21 85.83 -
YUV 158.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 95 175 237 0.60 0.26 0 0.07 206.2 0.8 0.65
Hex 5F AF ED 3C 1A 0 7 CE 50 41
Octal 137 257 355 74 32 0 7 316 120 101
Binary 1011111 10101111 11101101 111100 11010 0 111 11001110 1010000 1000001

Color Harmonies of #5FAFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAFED

Black with #5FAFED

Text Example


Text Example

White with #5FAFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAFED; }

 p { color: rgb(95,175,237); }

 H1.HeaderClassName
 {
   color: #5FAFED;
 }
 .AnyTagClassName
 {
   color: #5FAFED;
 }
</style>

background-color css

<style>
 a { background-color: #5FAFED; }

 a { background-color: rgb(95,175,237); }

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

border-color css

<style>
 span { border-color: #5FAFED; }

 span { border-color: rgb(95,175,237); }

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