Html Css Color HEX #018BB5 Bondi Blue

📋 copy color: '#018BB5'

red 1 ◦ green 139 ◦ blue 181

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

Shades of Bondi Blue #018BB5

Tints of Bondi Blue #018BB5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.3%

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 0.31%
G = 43.3%
B = 56.39%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#018BB5 (or 0x018BB5) is known color: Bondi Blue. HEX triplet: 01, 8B and B5. RGB value is (1,139,181). Sum of RGB (Red+Green+Blue) = 1+139+181=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #018BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BB5 is #FE744A. Grayscale: #666666. Windows color (decimal): -16675915 or 11897601. OLE color: 11897601.

HSL color Cylindrical-coordinate representation of color #018BB5: hue angle of 194º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BB5 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 139 181 -
CMYK 0.99 0.23 0 0.29
HSL 194º 0.99% 0.36% -
HSV(B) 194º 0.99% 0.71% -
XYZ 17.59 21.81 47 -
YUV 102.53 172.28 55.58 -
System Red Green Blue C M Y K H S L
Decimal 1 139 181 0.99 0.23 0 0.29 194 0.99 0.36
Hex 1 8B B5 63 17 0 1D C2 63 24
Octal 1 213 265 143 27 0 35 302 143 44
Binary 1 10001011 10110101 1100011 10111 0 11101 11000010 1100011 100100

Color Harmonies of #018BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BB5

Black with #018BB5

Text Example


Text Example

White with #018BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018BB5; }

 p { color: rgb(1,139,181); }

 H1.HeaderClassName
 {
   color: #018BB5;
 }
 .AnyTagClassName
 {
   color: #018BB5;
 }
</style>

background-color css

<style>
 a { background-color: #018BB5; }

 a { background-color: rgb(1,139,181); }

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

border-color css

<style>
 span { border-color: #018BB5; }

 span { border-color: rgb(1,139,181); }

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