Html Css Color HEX #0D8FBE Bondi Blue

📋 copy color: '#0D8FBE'

red 13 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #0D8FBE

Tints of Bondi Blue #0D8FBE

RGB

 RED value IS 13 (5.47% from 255) = 3.76%

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 3.76%
G = 41.33%
B = 54.91%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D8FBE (or 0x0D8FBE) is known color: Bondi Blue. HEX triplet: 0D, 8F and BE. RGB value is (13,143,190). Sum of RGB (Red+Green+Blue) = 13+143+190=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D8FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8FBE is #F27041. Grayscale: #6D6D6D. Windows color (decimal): -15888450 or 12488461. OLE color: 12488461.

HSL color Cylindrical-coordinate representation of color #0D8FBE: hue angle of 195.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8FBE is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 143 190 -
CMYK 0.93 0.25 0 0.25
HSL 195.93º 0.87% 0.4% -
HSV(B) 195.93º 0.93% 0.75% -
XYZ 19.28 23.45 52.22 -
YUV 109.49 173.43 59.18 -
System Red Green Blue C M Y K H S L
Decimal 13 143 190 0.93 0.25 0 0.25 195.93 0.87 0.4
Hex D 8F BE 5D 19 0 19 C4 57 28
Octal 15 217 276 135 31 0 31 304 127 50
Binary 1101 10001111 10111110 1011101 11001 0 11001 11000100 1010111 101000

Color Harmonies of #0D8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8FBE

Black with #0D8FBE

Text Example


Text Example

White with #0D8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,143,190); }

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

background-color css

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

 a { background-color: rgb(13,143,190); }

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

border-color css

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

 span { border-color: rgb(13,143,190); }

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