Html Css Color HEX #038EAC Bondi Blue

📋 copy color: '#038EAC'

red 3 ◦ green 142 ◦ blue 172

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

Shades of Bondi Blue #038EAC

Tints of Bondi Blue #038EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.79%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 0.95%
G = 44.79%
B = 54.26%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#038EAC (or 0x038EAC) is known color: Bondi Blue. HEX triplet: 03, 8E and AC. RGB value is (3,142,172). Sum of RGB (Red+Green+Blue) = 3+142+172=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #038EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038EAC is #FC7153. Grayscale: #676767. Windows color (decimal): -16544084 or 11308547. OLE color: 11308547.

HSL color Cylindrical-coordinate representation of color #038EAC: hue angle of 190.65º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EAC is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 142 172 -
CMYK 0.98 0.17 0 0.33
HSL 190.65º 0.97% 0.34% -
HSV(B) 190.65º 0.98% 0.67% -
XYZ 17.16 22.34 42.44 -
YUV 103.86 166.45 56.06 -
System Red Green Blue C M Y K H S L
Decimal 3 142 172 0.98 0.17 0 0.33 190.65 0.97 0.34
Hex 3 8E AC 62 11 0 21 BF 61 22
Octal 3 216 254 142 21 0 41 277 141 42
Binary 11 10001110 10101100 1100010 10001 0 100001 10111111 1100001 100010

Color Harmonies of #038EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EAC

Black with #038EAC

Text Example


Text Example

White with #038EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,172); }

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

background-color css

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

 a { background-color: rgb(3,142,172); }

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

border-color css

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

 span { border-color: rgb(3,142,172); }

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