Html Css Color HEX #60B3F3 Malibu

📋 copy color: '#60B3F3'

red 96 ◦ green 179 ◦ blue 243

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

Shades of Malibu #60B3F3

Tints of Malibu #60B3F3

RGB

 RED value IS 96 (37.89% from 255) = 18.53%

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 18.53%
G = 34.56%
B = 46.91%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60B3F3 (or 0x60B3F3) is known color: Malibu. HEX triplet: 60, B3 and F3. RGB value is (96,179,243). Sum of RGB (Red+Green+Blue) = 96+179+243=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #60B3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B3F3 is #9F4C0C. Grayscale: #A1A1A1. Windows color (decimal): -10439693 or 15971168. OLE color: 15971168.

HSL color Cylindrical-coordinate representation of color #60B3F3: hue angle of 206.12º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B3F3 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 179 243 -
CMYK 0.60 0.26 0 0.05
HSL 206.12º 0.86% 0.66% -
HSV(B) 206.12º 0.6% 0.95% -
XYZ 37.12 41.2 90.79 -
YUV 161.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 96 179 243 0.60 0.26 0 0.05 206.12 0.86 0.66
Hex 60 B3 F3 3C 1A 0 5 CE 56 42
Octal 140 263 363 74 32 0 5 316 126 102
Binary 1100000 10110011 11110011 111100 11010 0 101 11001110 1010110 1000010

Color Harmonies of #60B3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B3F3

Black with #60B3F3

Text Example


Text Example

White with #60B3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B3F3; }

 p { color: rgb(96,179,243); }

 H1.HeaderClassName
 {
   color: #60B3F3;
 }
 .AnyTagClassName
 {
   color: #60B3F3;
 }
</style>

background-color css

<style>
 a { background-color: #60B3F3; }

 a { background-color: rgb(96,179,243); }

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

border-color css

<style>
 span { border-color: #60B3F3; }

 span { border-color: rgb(96,179,243); }

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