Html Css Color HEX #0098AF Bondi Blue

📋 copy color: '#0098AF'

red 0 ◦ green 152 ◦ blue 175

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

Shades of Bondi Blue #0098AF

Tints of Bondi Blue #0098AF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 0%
G = 46.48%
B = 53.52%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0098AF (or 0x0098AF) is known color: Bondi Blue. HEX triplet: 00, 98 and AF. RGB value is (0,152,175). Sum of RGB (Red+Green+Blue) = 0+152+175=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #0098AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0098AF is #FF6750. Grayscale: #6C6C6C. Windows color (decimal): -16738129 or 11507712. OLE color: 11507712.

HSL color Cylindrical-coordinate representation of color #0098AF: hue angle of 187.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098AF is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 152 175 -
CMYK 1 0.13 0 0.31
HSL 187.89º 1% 0.34% -
HSV(B) 187.89º 1% 0.69% -
XYZ 18.97 25.55 44.49 -
YUV 109.17 165.14 50.13 -
System Red Green Blue C M Y K H S L
Decimal 0 152 175 1 0.13 0 0.31 187.89 1 0.34
Hex 0 98 AF 64 D 0 1F BC 64 22
Octal 0 230 257 144 15 0 37 274 144 42
Binary 0 10011000 10101111 1100100 1101 0 11111 10111100 1100100 100010

Color Harmonies of #0098AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098AF

Black with #0098AF

Text Example


Text Example

White with #0098AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0098AF; }

 p { color: rgb(0,152,175); }

 H1.HeaderClassName
 {
   color: #0098AF;
 }
 .AnyTagClassName
 {
   color: #0098AF;
 }
</style>

background-color css

<style>
 a { background-color: #0098AF; }

 a { background-color: rgb(0,152,175); }

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

border-color css

<style>
 span { border-color: #0098AF; }

 span { border-color: rgb(0,152,175); }

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