Html Css Color HEX #0890BC Bondi Blue

📋 copy color: '#0890BC'

red 8 ◦ green 144 ◦ blue 188

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

Shades of Bondi Blue #0890BC

Tints of Bondi Blue #0890BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

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

R = 2.35%
G = 42.35%
B = 55.29%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0890BC (or 0x0890BC) is known color: Bondi Blue. HEX triplet: 08, 90 and BC. RGB value is (8,144,188). Sum of RGB (Red+Green+Blue) = 8+144+188=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #0890BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890BC is #F76F43. Grayscale: #6C6C6C. Windows color (decimal): -16215876 or 12357640. OLE color: 12357640.

HSL color Cylindrical-coordinate representation of color #0890BC: hue angle of 194.67º 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 #0890BC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 144 188 -
CMYK 0.96 0.23 0 0.26
HSL 194.67º 0.92% 0.38% -
HSV(B) 194.67º 0.96% 0.74% -
XYZ 19.15 23.63 51.13 -
YUV 108.35 172.94 56.42 -
System Red Green Blue C M Y K H S L
Decimal 8 144 188 0.96 0.23 0 0.26 194.67 0.92 0.38
Hex 8 90 BC 60 17 0 1A C3 5C 26
Octal 10 220 274 140 27 0 32 303 134 46
Binary 1000 10010000 10111100 1100000 10111 0 11010 11000011 1011100 100110

Color Harmonies of #0890BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0890BC

Black with #0890BC

Text Example


Text Example

White with #0890BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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