Html Css Color HEX #019BB7 Bondi Blue

📋 copy color: '#019BB7'

red 1 ◦ green 155 ◦ blue 183

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

Shades of Bondi Blue #019BB7

Tints of Bondi Blue #019BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.98%

R = 0.29%
G = 45.72%
B = 53.98%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#019BB7 (or 0x019BB7) is known color: Bondi Blue. HEX triplet: 01, 9B and B7. RGB value is (1,155,183). Sum of RGB (Red+Green+Blue) = 1+155+183=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #019BB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BB7 is #FE6448. Grayscale: #6F6F6F. Windows color (decimal): -16671817 or 12032769. OLE color: 12032769.

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

Color convert

RGB 1 155 183 -
CMYK 0.99 0.15 0 0.28
HSL 189.23º 0.99% 0.36% -
HSV(B) 189.23º 0.99% 0.72% -
XYZ 20.28 26.87 48.92 -
YUV 112.15 167.98 48.72 -
System Red Green Blue C M Y K H S L
Decimal 1 155 183 0.99 0.15 0 0.28 189.23 0.99 0.36
Hex 1 9B B7 63 F 0 1C BD 63 24
Octal 1 233 267 143 17 0 34 275 143 44
Binary 1 10011011 10110111 1100011 1111 0 11100 10111101 1100011 100100

Color Harmonies of #019BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BB7

Black with #019BB7

Text Example


Text Example

White with #019BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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