Html Css Color HEX #5FCAF1 Malibu

📋 copy color: '#5FCAF1'

red 95 ◦ green 202 ◦ blue 241

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

Shades of Malibu #5FCAF1

Tints of Malibu #5FCAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 17.66%
G = 37.55%
B = 44.8%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5FCAF1 (or 0x5FCAF1) is known color: Malibu. HEX triplet: 5F, CA and F1. RGB value is (95,202,241). Sum of RGB (Red+Green+Blue) = 95+202+241=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FCAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAF1 is #A0350E. Grayscale: #AEAEAE. Windows color (decimal): -10499343 or 15845983. OLE color: 15845983.

HSL color Cylindrical-coordinate representation of color #5FCAF1: hue angle of 196.03º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FCAF1 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 202 241 -
CMYK 0.61 0.16 0 0.05
HSL 196.03º 0.84% 0.66% -
HSV(B) 196.03º 0.61% 0.95% -
XYZ 41.72 51.02 90.87 -
YUV 174.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 95 202 241 0.61 0.16 0 0.05 196.03 0.84 0.66
Hex 5F CA F1 3D 10 0 5 C4 54 42
Octal 137 312 361 75 20 0 5 304 124 102
Binary 1011111 11001010 11110001 111101 10000 0 101 11000100 1010100 1000010

Color Harmonies of #5FCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAF1

Black with #5FCAF1

Text Example


Text Example

White with #5FCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,202,241); }

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

background-color css

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

 a { background-color: rgb(95,202,241); }

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

border-color css

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

 span { border-color: rgb(95,202,241); }

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