Html Css Color HEX #008AC3 Bondi Blue

📋 copy color: '#008AC3'

red 0 ◦ green 138 ◦ blue 195

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

Shades of Bondi Blue #008AC3

Tints of Bondi Blue #008AC3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

 BLUE value IS 195 (76.56% from 255) = 58.56%

R = 0%
G = 41.44%
B = 58.56%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#008AC3 (or 0x008AC3) is known color: Bondi Blue. HEX triplet: 00, 8A and C3. RGB value is (0,138,195). Sum of RGB (Red+Green+Blue) = 0+138+195=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #008AC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AC3 is #FF753C. Grayscale: #666666. Windows color (decimal): -16741693 or 12814848. OLE color: 12814848.

HSL color Cylindrical-coordinate representation of color #008AC3: hue angle of 197.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AC3 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 138 195 -
CMYK 1 0.29 0 0.24
HSL 197.54º 1% 0.38% -
HSV(B) 197.54º 1% 0.76% -
XYZ 18.94 22.12 54.9 -
YUV 103.24 179.78 54.37 -
System Red Green Blue C M Y K H S L
Decimal 0 138 195 1 0.29 0 0.24 197.54 1 0.38
Hex 0 8A C3 64 1D 0 18 C6 64 26
Octal 0 212 303 144 35 0 30 306 144 46
Binary 0 10001010 11000011 1100100 11101 0 11000 11000110 1100100 100110

Color Harmonies of #008AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008AC3

Black with #008AC3

Text Example


Text Example

White with #008AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,138,195); }

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

background-color css

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

 a { background-color: rgb(0,138,195); }

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

border-color css

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

 span { border-color: rgb(0,138,195); }

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