Html Css Color HEX #58CAF2 Malibu

📋 copy color: '#58CAF2'

red 88 ◦ green 202 ◦ blue 242

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

Shades of Malibu #58CAF2

Tints of Malibu #58CAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 16.54%
G = 37.97%
B = 45.49%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58CAF2 (or 0x58CAF2) is known color: Malibu. HEX triplet: 58, CA and F2. RGB value is (88,202,242). Sum of RGB (Red+Green+Blue) = 88+202+242=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #58CAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CAF2 is #A7350D. Grayscale: #ACACAC. Windows color (decimal): -10958094 or 15911512. OLE color: 15911512.

HSL color Cylindrical-coordinate representation of color #58CAF2: hue angle of 195.58º degrees, saturation: 0.86, 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 #58CAF2 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 202 242 -
CMYK 0.64 0.17 0 0.05
HSL 195.58º 0.86% 0.65% -
HSV(B) 195.58º 0.64% 0.95% -
XYZ 41.17 50.73 91.63 -
YUV 172.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 88 202 242 0.64 0.17 0 0.05 195.58 0.86 0.65
Hex 58 CA F2 40 11 0 5 C4 56 41
Octal 130 312 362 100 21 0 5 304 126 101
Binary 1011000 11001010 11110010 1000000 10001 0 101 11000100 1010110 1000001

Color Harmonies of #58CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CAF2

Black with #58CAF2

Text Example


Text Example

White with #58CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,202,242); }

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

background-color css

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

 a { background-color: rgb(88,202,242); }

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

border-color css

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

 span { border-color: rgb(88,202,242); }

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