Html Css Color HEX #0C8FC1 Bondi Blue

📋 copy color: '#0C8FC1'

red 12 ◦ green 143 ◦ blue 193

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

Shades of Bondi Blue #0C8FC1

Tints of Bondi Blue #0C8FC1

RGB

 RED value IS 12 (5.08% from 255) = 3.45%

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

 BLUE value IS 193 (75.78% from 255) = 55.46%

R = 3.45%
G = 41.09%
B = 55.46%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0C8FC1 (or 0x0C8FC1) is known color: Bondi Blue. HEX triplet: 0C, 8F and C1. RGB value is (12,143,193). Sum of RGB (Red+Green+Blue) = 12+143+193=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C8FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8FC1 is #F3703E. Grayscale: #6D6D6D. Windows color (decimal): -15953983 or 12685068. OLE color: 12685068.

HSL color Cylindrical-coordinate representation of color #0C8FC1: hue angle of 196.57º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8FC1 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 143 193 -
CMYK 0.94 0.26 0 0.24
HSL 196.57º 0.88% 0.4% -
HSV(B) 196.57º 0.94% 0.76% -
XYZ 19.6 23.57 53.97 -
YUV 109.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 12 143 193 0.94 0.26 0 0.24 196.57 0.88 0.4
Hex C 8F C1 5E 1A 0 18 C5 58 28
Octal 14 217 301 136 32 0 30 305 130 50
Binary 1100 10001111 11000001 1011110 11010 0 11000 11000101 1011000 101000

Color Harmonies of #0C8FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8FC1

Black with #0C8FC1

Text Example


Text Example

White with #0C8FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C8FC1; }

 p { color: rgb(12,143,193); }

 H1.HeaderClassName
 {
   color: #0C8FC1;
 }
 .AnyTagClassName
 {
   color: #0C8FC1;
 }
</style>

background-color css

<style>
 a { background-color: #0C8FC1; }

 a { background-color: rgb(12,143,193); }

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

border-color css

<style>
 span { border-color: #0C8FC1; }

 span { border-color: rgb(12,143,193); }

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