Html Css Color HEX #008CC3 Bondi Blue

📋 copy color: '#008CC3'

red 0 ◦ green 140 ◦ blue 195

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

Shades of Bondi Blue #008CC3

Tints of Bondi Blue #008CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

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

R = 0%
G = 41.79%
B = 58.21%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#008CC3 (or 0x008CC3) is known color: Bondi Blue. HEX triplet: 00, 8C and C3. RGB value is (0,140,195). Sum of RGB (Red+Green+Blue) = 0+140+195=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #008CC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CC3 is #FF733C. Grayscale: #686868. Windows color (decimal): -16741181 or 12815360. OLE color: 12815360.

HSL color Cylindrical-coordinate representation of color #008CC3: hue angle of 196.92º 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 #008CC3 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 140 195 -
CMYK 1 0.28 0 0.24
HSL 196.92º 1% 0.38% -
HSV(B) 196.92º 1% 0.76% -
XYZ 19.23 22.7 55 -
YUV 104.41 179.12 53.53 -
System Red Green Blue C M Y K H S L
Decimal 0 140 195 1 0.28 0 0.24 196.92 1 0.38
Hex 0 8C C3 64 1C 0 18 C5 64 26
Octal 0 214 303 144 34 0 30 305 144 46
Binary 0 10001100 11000011 1100100 11100 0 11000 11000101 1100100 100110

Color Harmonies of #008CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CC3

Black with #008CC3

Text Example


Text Example

White with #008CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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