Html Css Color HEX #5FAEEE Malibu

📋 copy color: '#5FAEEE'

red 95 ◦ green 174 ◦ blue 238

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

Shades of Malibu #5FAEEE

Tints of Malibu #5FAEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 18.74%
G = 34.32%
B = 46.94%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FAEEE (or 0x5FAEEE) is known color: Malibu. HEX triplet: 5F, AE and EE. RGB value is (95,174,238). Sum of RGB (Red+Green+Blue) = 95+174+238=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEEE is #A05111. Grayscale: #9D9D9D. Windows color (decimal): -10506514 or 15642207. OLE color: 15642207.

HSL color Cylindrical-coordinate representation of color #5FAEEE: hue angle of 206.85º degrees, saturation: 0.81, 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 #5FAEEE is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 174 238 -
CMYK 0.60 0.27 0 0.07
HSL 206.85º 0.81% 0.65% -
HSV(B) 206.85º 0.6% 0.93% -
XYZ 35.29 38.88 86.53 -
YUV 157.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 95 174 238 0.60 0.27 0 0.07 206.85 0.81 0.65
Hex 5F AE EE 3C 1B 0 7 CF 51 41
Octal 137 256 356 74 33 0 7 317 121 101
Binary 1011111 10101110 11101110 111100 11011 0 111 11001111 1010001 1000001

Color Harmonies of #5FAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEEE

Black with #5FAEEE

Text Example


Text Example

White with #5FAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,174,238); }

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

background-color css

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

 a { background-color: rgb(95,174,238); }

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

border-color css

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

 span { border-color: rgb(95,174,238); }

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