Html Css Color HEX #5CCAEF Malibu

📋 copy color: '#5CCAEF'

red 92 ◦ green 202 ◦ blue 239

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

Shades of Malibu #5CCAEF

Tints of Malibu #5CCAEF

RGB

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

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

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

R = 17.26%
G = 37.9%
B = 44.84%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CCAEF (or 0x5CCAEF) is known color: Malibu. HEX triplet: 5C, CA and EF. RGB value is (92,202,239). Sum of RGB (Red+Green+Blue) = 92+202+239=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCAEF is #A33510. Grayscale: #ADADAD. Windows color (decimal): -10695953 or 15714908. OLE color: 15714908.

HSL color Cylindrical-coordinate representation of color #5CCAEF: hue angle of 195.1º 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 #5CCAEF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 202 239 -
CMYK 0.62 0.15 0 0.06
HSL 195.1º 0.82% 0.65% -
HSV(B) 195.1º 0.62% 0.94% -
XYZ 41.11 50.75 89.29 -
YUV 173.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 92 202 239 0.62 0.15 0 0.06 195.1 0.82 0.65
Hex 5C CA EF 3E F 0 6 C3 52 41
Octal 134 312 357 76 17 0 6 303 122 101
Binary 1011100 11001010 11101111 111110 1111 0 110 11000011 1010010 1000001

Color Harmonies of #5CCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCAEF

Black with #5CCAEF

Text Example


Text Example

White with #5CCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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