Html Css Color HEX #008FBE Bondi Blue

📋 copy color: '#008FBE'

red 0 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #008FBE

Tints of Bondi Blue #008FBE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 0%
G = 42.94%
B = 57.06%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#008FBE (or 0x008FBE) is known color: Bondi Blue. HEX triplet: 00, 8F and BE. RGB value is (0,143,190). Sum of RGB (Red+Green+Blue) = 0+143+190=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #008FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FBE is #FF7041. Grayscale: #696969. Windows color (decimal): -16740418 or 12488448. OLE color: 12488448.

HSL color Cylindrical-coordinate representation of color #008FBE: hue angle of 194.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FBE is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 143 190 -
CMYK 1 0.25 0 0.25
HSL 194.84º 1% 0.37% -
HSV(B) 194.84º 1% 0.75% -
XYZ 19.12 23.36 52.22 -
YUV 105.6 175.62 52.68 -
System Red Green Blue C M Y K H S L
Decimal 0 143 190 1 0.25 0 0.25 194.84 1 0.37
Hex 0 8F BE 64 19 0 19 C3 64 25
Octal 0 217 276 144 31 0 31 303 144 45
Binary 0 10001111 10111110 1100100 11001 0 11001 11000011 1100100 100101

Color Harmonies of #008FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FBE

Black with #008FBE

Text Example


Text Example

White with #008FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008FBE; }

 p { color: rgb(0,143,190); }

 H1.HeaderClassName
 {
   color: #008FBE;
 }
 .AnyTagClassName
 {
   color: #008FBE;
 }
</style>

background-color css

<style>
 a { background-color: #008FBE; }

 a { background-color: rgb(0,143,190); }

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

border-color css

<style>
 span { border-color: #008FBE; }

 span { border-color: rgb(0,143,190); }

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