Html Css Color HEX #5CC1EF Malibu

📋 copy color: '#5CC1EF'

red 92 ◦ green 193 ◦ blue 239

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

Shades of Malibu #5CC1EF

Tints of Malibu #5CC1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 17.56%
G = 36.83%
B = 45.61%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CC1EF (or 0x5CC1EF) is known color: Malibu. HEX triplet: 5C, C1 and EF. RGB value is (92,193,239). Sum of RGB (Red+Green+Blue) = 92+193+239=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CC1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC1EF is #A33E10. Grayscale: #A7A7A7. Windows color (decimal): -10698257 or 15712604. OLE color: 15712604.

HSL color Cylindrical-coordinate representation of color #5CC1EF: hue angle of 198.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC1EF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 193 239 -
CMYK 0.62 0.19 0 0.06
HSL 198.78º 0.82% 0.65% -
HSV(B) 198.78º 0.62% 0.94% -
XYZ 39.06 46.65 88.61 -
YUV 168.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 92 193 239 0.62 0.19 0 0.06 198.78 0.82 0.65
Hex 5C C1 EF 3E 13 0 6 C7 52 41
Octal 134 301 357 76 23 0 6 307 122 101
Binary 1011100 11000001 11101111 111110 10011 0 110 11000111 1010010 1000001

Color Harmonies of #5CC1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC1EF

Black with #5CC1EF

Text Example


Text Example

White with #5CC1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,193,239); }

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

background-color css

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

 a { background-color: rgb(92,193,239); }

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

border-color css

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

 span { border-color: rgb(92,193,239); }

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