Html Css Color HEX #0081C6 Bondi Blue

📋 copy color: '#0081C6'

red 0 ◦ green 129 ◦ blue 198

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

Shades of Bondi Blue #0081C6

Tints of Bondi Blue #0081C6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

 BLUE value IS 198 (77.73% from 255) = 60.55%

R = 0%
G = 39.45%
B = 60.55%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0081C6 (or 0x0081C6) is known color: Bondi Blue. HEX triplet: 00, 81 and C6. RGB value is (0,129,198). Sum of RGB (Red+Green+Blue) = 0+129+198=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #0081C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081C6 is #FF7E39. Grayscale: #616161. Windows color (decimal): -16743994 or 13009152. OLE color: 13009152.

HSL color Cylindrical-coordinate representation of color #0081C6: hue angle of 200.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081C6 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 129 198 -
CMYK 1 0.35 0 0.22
HSL 200.91º 1% 0.39% -
HSV(B) 200.91º 1% 0.78% -
XYZ 18.04 19.78 56.29 -
YUV 98.3 184.26 57.89 -
System Red Green Blue C M Y K H S L
Decimal 0 129 198 1 0.35 0 0.22 200.91 1 0.39
Hex 0 81 C6 64 23 0 16 C9 64 27
Octal 0 201 306 144 43 0 26 311 144 47
Binary 0 10000001 11000110 1100100 100011 0 10110 11001001 1100100 100111

Color Harmonies of #0081C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081C6

Black with #0081C6

Text Example


Text Example

White with #0081C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0081C6; }

 p { color: rgb(0,129,198); }

 H1.HeaderClassName
 {
   color: #0081C6;
 }
 .AnyTagClassName
 {
   color: #0081C6;
 }
</style>

background-color css

<style>
 a { background-color: #0081C6; }

 a { background-color: rgb(0,129,198); }

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

border-color css

<style>
 span { border-color: #0081C6; }

 span { border-color: rgb(0,129,198); }

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