Html Css Color HEX #0994BD Bondi Blue

📋 copy color: '#0994BD'

red 9 ◦ green 148 ◦ blue 189

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

Shades of Bondi Blue #0994BD

Tints of Bondi Blue #0994BD

RGB

 RED value IS 9 (3.91% from 255) = 2.6%

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 189 (74.22% from 255) = 54.62%

R = 2.6%
G = 42.77%
B = 54.62%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0994BD (or 0x0994BD) is known color: Bondi Blue. HEX triplet: 09, 94 and BD. RGB value is (9,148,189). Sum of RGB (Red+Green+Blue) = 9+148+189=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #0994BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994BD is #F66B42. Grayscale: #6E6E6E. Windows color (decimal): -16149315 or 12424201. OLE color: 12424201.

HSL color Cylindrical-coordinate representation of color #0994BD: hue angle of 193.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0994BD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 148 189 -
CMYK 0.95 0.22 0 0.26
HSL 193.67º 0.91% 0.39% -
HSV(B) 193.67º 0.95% 0.74% -
XYZ 19.89 24.91 51.9 -
YUV 111.11 171.95 55.17 -
System Red Green Blue C M Y K H S L
Decimal 9 148 189 0.95 0.22 0 0.26 193.67 0.91 0.39
Hex 9 94 BD 5F 16 0 1A C2 5B 27
Octal 11 224 275 137 26 0 32 302 133 47
Binary 1001 10010100 10111101 1011111 10110 0 11010 11000010 1011011 100111

Color Harmonies of #0994BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994BD

Black with #0994BD

Text Example


Text Example

White with #0994BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0994BD; }

 p { color: rgb(9,148,189); }

 H1.HeaderClassName
 {
   color: #0994BD;
 }
 .AnyTagClassName
 {
   color: #0994BD;
 }
</style>

background-color css

<style>
 a { background-color: #0994BD; }

 a { background-color: rgb(9,148,189); }

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

border-color css

<style>
 span { border-color: #0994BD; }

 span { border-color: rgb(9,148,189); }

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