Html Css Color HEX #5CAFDF Malibu

📋 copy color: '#5CAFDF'

red 92 ◦ green 175 ◦ blue 223

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

Shades of Malibu #5CAFDF

Tints of Malibu #5CAFDF

RGB

 RED value IS 92 (36.33% from 255) = 18.78%

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

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

R = 18.78%
G = 35.71%
B = 45.51%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5CAFDF (or 0x5CAFDF) is known color: Malibu. HEX triplet: 5C, AF and DF. RGB value is (92,175,223). Sum of RGB (Red+Green+Blue) = 92+175+223=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #5CAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFDF is #A35020. Grayscale: #9B9B9B. Windows color (decimal): -10702881 or 14659420. OLE color: 14659420.

HSL color Cylindrical-coordinate representation of color #5CAFDF: hue angle of 201.98º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CAFDF is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 175 223 -
CMYK 0.59 0.22 0 0.13
HSL 201.98º 0.67% 0.62% -
HSV(B) 201.98º 0.59% 0.87% -
XYZ 33.06 38.26 75.45 -
YUV 155.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 92 175 223 0.59 0.22 0 0.13 201.98 0.67 0.62
Hex 5C AF DF 3B 16 0 D CA 43 3E
Octal 134 257 337 73 26 0 15 312 103 76
Binary 1011100 10101111 11011111 111011 10110 0 1101 11001010 1000011 111110

Color Harmonies of #5CAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAFDF

Black with #5CAFDF

Text Example


Text Example

White with #5CAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,175,223); }

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

background-color css

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

 a { background-color: rgb(92,175,223); }

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

border-color css

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

 span { border-color: rgb(92,175,223); }

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