Html Css Color HEX #019BB9 Bondi Blue

📋 copy color: '#019BB9'

red 1 ◦ green 155 ◦ blue 185

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

Shades of Bondi Blue #019BB9

Tints of Bondi Blue #019BB9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 185 (72.66% from 255) = 54.25%

R = 0.29%
G = 45.45%
B = 54.25%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#019BB9 (or 0x019BB9) is known color: Bondi Blue. HEX triplet: 01, 9B and B9. RGB value is (1,155,185). Sum of RGB (Red+Green+Blue) = 1+155+185=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #019BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BB9 is #FE6446. Grayscale: #707070. Windows color (decimal): -16671815 or 12163841. OLE color: 12163841.

HSL color Cylindrical-coordinate representation of color #019BB9: hue angle of 189.78º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019BB9 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 155 185 -
CMYK 0.99 0.16 0 0.27
HSL 189.78º 0.99% 0.36% -
HSV(B) 189.78º 0.99% 0.73% -
XYZ 20.49 26.95 50.02 -
YUV 112.37 168.98 48.56 -
System Red Green Blue C M Y K H S L
Decimal 1 155 185 0.99 0.16 0 0.27 189.78 0.99 0.36
Hex 1 9B B9 63 10 0 1B BE 63 24
Octal 1 233 271 143 20 0 33 276 143 44
Binary 1 10011011 10111001 1100011 10000 0 11011 10111110 1100011 100100

Color Harmonies of #019BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BB9

Black with #019BB9

Text Example


Text Example

White with #019BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019BB9; }

 p { color: rgb(1,155,185); }

 H1.HeaderClassName
 {
   color: #019BB9;
 }
 .AnyTagClassName
 {
   color: #019BB9;
 }
</style>

background-color css

<style>
 a { background-color: #019BB9; }

 a { background-color: rgb(1,155,185); }

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

border-color css

<style>
 span { border-color: #019BB9; }

 span { border-color: rgb(1,155,185); }

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