Html Css Color HEX #0892BC Bondi Blue

📋 copy color: '#0892BC'

red 8 ◦ green 146 ◦ blue 188

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

Shades of Bondi Blue #0892BC

Tints of Bondi Blue #0892BC

RGB

 RED value IS 8 (3.52% from 255) = 2.34%

 GREEN value IS 146 (57.42% from 255) = 42.69%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 2.34%
G = 42.69%
B = 54.97%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0892BC (or 0x0892BC) is known color: Bondi Blue. HEX triplet: 08, 92 and BC. RGB value is (8,146,188). Sum of RGB (Red+Green+Blue) = 8+146+188=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #0892BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892BC is #F76D43. Grayscale: #6D6D6D. Windows color (decimal): -16215364 or 12358152. OLE color: 12358152.

HSL color Cylindrical-coordinate representation of color #0892BC: hue angle of 194º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0892BC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 146 188 -
CMYK 0.96 0.22 0 0.26
HSL 194º 0.92% 0.38% -
HSV(B) 194º 0.96% 0.74% -
XYZ 19.46 24.24 51.23 -
YUV 109.53 172.28 55.58 -
System Red Green Blue C M Y K H S L
Decimal 8 146 188 0.96 0.22 0 0.26 194 0.92 0.38
Hex 8 92 BC 60 16 0 1A C2 5C 26
Octal 10 222 274 140 26 0 32 302 134 46
Binary 1000 10010010 10111100 1100000 10110 0 11010 11000010 1011100 100110

Color Harmonies of #0892BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892BC

Black with #0892BC

Text Example


Text Example

White with #0892BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0892BC; }

 p { color: rgb(8,146,188); }

 H1.HeaderClassName
 {
   color: #0892BC;
 }
 .AnyTagClassName
 {
   color: #0892BC;
 }
</style>

background-color css

<style>
 a { background-color: #0892BC; }

 a { background-color: rgb(8,146,188); }

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

border-color css

<style>
 span { border-color: #0892BC; }

 span { border-color: rgb(8,146,188); }

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