Html Css Color HEX #0393BF Bondi Blue

📋 copy color: '#0393BF'

red 3 ◦ green 147 ◦ blue 191

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

Shades of Bondi Blue #0393BF

Tints of Bondi Blue #0393BF

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

 GREEN value IS 147 (57.81% from 255) = 43.11%

 BLUE value IS 191 (75% from 255) = 56.01%

R = 0.88%
G = 43.11%
B = 56.01%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0393BF (or 0x0393BF) is known color: Bondi Blue. HEX triplet: 03, 93 and BF. RGB value is (3,147,191). Sum of RGB (Red+Green+Blue) = 3+147+191=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0393BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BF is #FC6C40. Grayscale: #6C6C6C. Windows color (decimal): -16542785 or 12555011. OLE color: 12555011.

HSL color Cylindrical-coordinate representation of color #0393BF: hue angle of 194.04º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393BF is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 147 191 -
CMYK 0.98 0.23 0 0.25
HSL 194.04º 0.97% 0.38% -
HSV(B) 194.04º 0.98% 0.75% -
XYZ 19.88 24.65 53 -
YUV 108.96 174.29 52.42 -
System Red Green Blue C M Y K H S L
Decimal 3 147 191 0.98 0.23 0 0.25 194.04 0.97 0.38
Hex 3 93 BF 62 17 0 19 C2 61 26
Octal 3 223 277 142 27 0 31 302 141 46
Binary 11 10010011 10111111 1100010 10111 0 11001 11000010 1100001 100110

Color Harmonies of #0393BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393BF

Black with #0393BF

Text Example


Text Example

White with #0393BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0393BF; }

 p { color: rgb(3,147,191); }

 H1.HeaderClassName
 {
   color: #0393BF;
 }
 .AnyTagClassName
 {
   color: #0393BF;
 }
</style>

background-color css

<style>
 a { background-color: #0393BF; }

 a { background-color: rgb(3,147,191); }

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

border-color css

<style>
 span { border-color: #0393BF; }

 span { border-color: rgb(3,147,191); }

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