Html Css Color HEX #038BAD Bondi Blue

📋 copy color: '#038BAD'

red 3 ◦ green 139 ◦ blue 173

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

Shades of Bondi Blue #038BAD

Tints of Bondi Blue #038BAD

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 0.95%
G = 44.13%
B = 54.92%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#038BAD (or 0x038BAD) is known color: Bondi Blue. HEX triplet: 03, 8B and AD. RGB value is (3,139,173). Sum of RGB (Red+Green+Blue) = 3+139+173=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #038BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BAD is #FC7452. Grayscale: #656565. Windows color (decimal): -16544851 or 11373315. OLE color: 11373315.

HSL color Cylindrical-coordinate representation of color #038BAD: hue angle of 192º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038BAD is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 139 173 -
CMYK 0.98 0.20 0 0.32
HSL 192º 0.97% 0.35% -
HSV(B) 192º 0.98% 0.68% -
XYZ 16.81 21.5 42.8 -
YUV 102.21 167.94 57.24 -
System Red Green Blue C M Y K H S L
Decimal 3 139 173 0.98 0.20 0 0.32 192 0.97 0.35
Hex 3 8B AD 62 14 0 20 C0 61 23
Octal 3 213 255 142 24 0 40 300 141 43
Binary 11 10001011 10101101 1100010 10100 0 100000 11000000 1100001 100011

Color Harmonies of #038BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BAD

Black with #038BAD

Text Example


Text Example

White with #038BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038BAD; }

 p { color: rgb(3,139,173); }

 H1.HeaderClassName
 {
   color: #038BAD;
 }
 .AnyTagClassName
 {
   color: #038BAD;
 }
</style>

background-color css

<style>
 a { background-color: #038BAD; }

 a { background-color: rgb(3,139,173); }

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

border-color css

<style>
 span { border-color: #038BAD; }

 span { border-color: rgb(3,139,173); }

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