Html Css Color HEX #5CBDEE Malibu

📋 copy color: '#5CBDEE'

red 92 ◦ green 189 ◦ blue 238

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

Shades of Malibu #5CBDEE

Tints of Malibu #5CBDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

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

R = 17.73%
G = 36.42%
B = 45.86%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CBDEE (or 0x5CBDEE) is known color: Malibu. HEX triplet: 5C, BD and EE. RGB value is (92,189,238). Sum of RGB (Red+Green+Blue) = 92+189+238=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CBDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBDEE is #A34211. Grayscale: #A5A5A5. Windows color (decimal): -10699282 or 15646044. OLE color: 15646044.

HSL color Cylindrical-coordinate representation of color #5CBDEE: hue angle of 200.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CBDEE is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 189 238 -
CMYK 0.61 0.21 0 0.07
HSL 200.14º 0.81% 0.65% -
HSV(B) 200.14º 0.61% 0.93% -
XYZ 38.04 44.84 87.54 -
YUV 165.58 168.86 75.52 -
System Red Green Blue C M Y K H S L
Decimal 92 189 238 0.61 0.21 0 0.07 200.14 0.81 0.65
Hex 5C BD EE 3D 15 0 7 C8 51 41
Octal 134 275 356 75 25 0 7 310 121 101
Binary 1011100 10111101 11101110 111101 10101 0 111 11001000 1010001 1000001

Color Harmonies of #5CBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBDEE

Black with #5CBDEE

Text Example


Text Example

White with #5CBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,189,238); }

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

background-color css

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

 a { background-color: rgb(92,189,238); }

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

border-color css

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

 span { border-color: rgb(92,189,238); }

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