Html Css Color HEX #0885BC Bondi Blue

📋 copy color: '#0885BC'

red 8 ◦ green 133 ◦ blue 188

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

Shades of Bondi Blue #0885BC

Tints of Bondi Blue #0885BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 2.43%
G = 40.43%
B = 57.14%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0885BC (or 0x0885BC) is known color: Bondi Blue. HEX triplet: 08, 85 and BC. RGB value is (8,133,188). Sum of RGB (Red+Green+Blue) = 8+133+188=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #0885BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885BC is #F77A43. Grayscale: #656565. Windows color (decimal): -16218692 or 12354824. OLE color: 12354824.

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

Color convert

RGB 8 133 188 -
CMYK 0.96 0.29 0 0.26
HSL 198.33º 0.92% 0.38% -
HSV(B) 198.33º 0.96% 0.74% -
XYZ 17.56 20.46 50.6 -
YUV 101.9 176.59 61.03 -
System Red Green Blue C M Y K H S L
Decimal 8 133 188 0.96 0.29 0 0.26 198.33 0.92 0.38
Hex 8 85 BC 60 1D 0 1A C6 5C 26
Octal 10 205 274 140 35 0 32 306 134 46
Binary 1000 10000101 10111100 1100000 11101 0 11010 11000110 1011100 100110

Color Harmonies of #0885BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0885BC

Black with #0885BC

Text Example


Text Example

White with #0885BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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