Html Css Color HEX #0283BB Bondi Blue

📋 copy color: '#0283BB'

red 2 ◦ green 131 ◦ blue 187

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

Shades of Bondi Blue #0283BB

Tints of Bondi Blue #0283BB

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 131 (51.56% from 255) = 40.94%

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 0.63%
G = 40.94%
B = 58.44%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0283BB (or 0x0283BB) is known color: Bondi Blue. HEX triplet: 02, 83 and BB. RGB value is (2,131,187). Sum of RGB (Red+Green+Blue) = 2+131+187=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #0283BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283BB is #FD7C44. Grayscale: #626262. Windows color (decimal): -16612421 or 12288770. OLE color: 12288770.

HSL color Cylindrical-coordinate representation of color #0283BB: hue angle of 198.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283BB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 131 187 -
CMYK 0.99 0.30 0 0.27
HSL 198.16º 0.98% 0.37% -
HSV(B) 198.16º 0.99% 0.73% -
XYZ 17.11 19.83 49.94 -
YUV 98.81 177.76 58.95 -
System Red Green Blue C M Y K H S L
Decimal 2 131 187 0.99 0.30 0 0.27 198.16 0.98 0.37
Hex 2 83 BB 63 1E 0 1B C6 62 25
Octal 2 203 273 143 36 0 33 306 142 45
Binary 10 10000011 10111011 1100011 11110 0 11011 11000110 1100010 100101

Color Harmonies of #0283BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283BB

Black with #0283BB

Text Example


Text Example

White with #0283BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0283BB; }

 p { color: rgb(2,131,187); }

 H1.HeaderClassName
 {
   color: #0283BB;
 }
 .AnyTagClassName
 {
   color: #0283BB;
 }
</style>

background-color css

<style>
 a { background-color: #0283BB; }

 a { background-color: rgb(2,131,187); }

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

border-color css

<style>
 span { border-color: #0283BB; }

 span { border-color: rgb(2,131,187); }

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