Html Css Color HEX #0188BE Bondi Blue

📋 copy color: '#0188BE'

red 1 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #0188BE

Tints of Bondi Blue #0188BE

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 136 (53.52% from 255) = 41.59%

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 0.31%
G = 41.59%
B = 58.1%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0188BE (or 0x0188BE) is known color: Bondi Blue. HEX triplet: 01, 88 and BE. RGB value is (1,136,190). Sum of RGB (Red+Green+Blue) = 1+136+190=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0188BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188BE is #FE7741. Grayscale: #656565. Windows color (decimal): -16676674 or 12486657. OLE color: 12486657.

HSL color Cylindrical-coordinate representation of color #0188BE: hue angle of 197.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188BE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 136 190 -
CMYK 0.99 0.28 0 0.25
HSL 197.14º 0.99% 0.37% -
HSV(B) 197.14º 0.99% 0.75% -
XYZ 18.11 21.33 51.88 -
YUV 101.79 177.77 56.11 -
System Red Green Blue C M Y K H S L
Decimal 1 136 190 0.99 0.28 0 0.25 197.14 0.99 0.37
Hex 1 88 BE 63 1C 0 19 C5 63 25
Octal 1 210 276 143 34 0 31 305 143 45
Binary 1 10001000 10111110 1100011 11100 0 11001 11000101 1100011 100101

Color Harmonies of #0188BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0188BE

Black with #0188BE

Text Example


Text Example

White with #0188BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0188BE; }

 p { color: rgb(1,136,190); }

 H1.HeaderClassName
 {
   color: #0188BE;
 }
 .AnyTagClassName
 {
   color: #0188BE;
 }
</style>

background-color css

<style>
 a { background-color: #0188BE; }

 a { background-color: rgb(1,136,190); }

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

border-color css

<style>
 span { border-color: #0188BE; }

 span { border-color: rgb(1,136,190); }

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