Html Css Color HEX #58BCF3 Malibu

📋 copy color: '#58BCF3'

red 88 ◦ green 188 ◦ blue 243

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

Shades of Malibu #58BCF3

Tints of Malibu #58BCF3

RGB

 RED value IS 88 (34.77% from 255) = 16.96%

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 243 (95.31% from 255) = 46.82%

R = 16.96%
G = 36.22%
B = 46.82%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58BCF3 (or 0x58BCF3) is known color: Malibu. HEX triplet: 58, BC and F3. RGB value is (88,188,243). Sum of RGB (Red+Green+Blue) = 88+188+243=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #58BCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCF3 is #A7430C. Grayscale: #A4A4A4. Windows color (decimal): -10961677 or 15973464. OLE color: 15973464.

HSL color Cylindrical-coordinate representation of color #58BCF3: hue angle of 201.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BCF3 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 188 243 -
CMYK 0.64 0.23 0 0.05
HSL 201.29º 0.87% 0.65% -
HSV(B) 201.29º 0.64% 0.95% -
XYZ 38.19 44.51 91.37 -
YUV 164.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 88 188 243 0.64 0.23 0 0.05 201.29 0.87 0.65
Hex 58 BC F3 40 17 0 5 C9 57 41
Octal 130 274 363 100 27 0 5 311 127 101
Binary 1011000 10111100 11110011 1000000 10111 0 101 11001001 1010111 1000001

Color Harmonies of #58BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCF3

Black with #58BCF3

Text Example


Text Example

White with #58BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BCF3; }

 p { color: rgb(88,188,243); }

 H1.HeaderClassName
 {
   color: #58BCF3;
 }
 .AnyTagClassName
 {
   color: #58BCF3;
 }
</style>

background-color css

<style>
 a { background-color: #58BCF3; }

 a { background-color: rgb(88,188,243); }

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

border-color css

<style>
 span { border-color: #58BCF3; }

 span { border-color: rgb(88,188,243); }

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